incompatible version of Kotlin.
what solved my problem is changing this at build.gradle
from
to
Last updated
Was this helpful?
what solved my problem is changing this at build.gradle
from
to
Last updated
Was this helpful?
Was this helpful?
ext.kotlin_version = '1.3.50'ext.kotlin_version = '1.4.32'