incompatible version of Kotlin.

what solved my problem is changing this at build.gradle

from

ext.kotlin_version = '1.3.50'

to

ext.kotlin_version = '1.4.32'

Last updated

Was this helpful?