How to avoid this warning?
# android
t
How to avoid this warning?
l
it means that the
$kotlin_version
you’re using in your gradle script differs from the kotlin puglin version installed on your Android Studio you can check it in
Tools > Kotlin > Configure Kotlin Plugins Updates
👍 1
r
you make them the same lol
a
It’s a bug with the plugin: https://youtrack.jetbrains.com/issue/KT-23933 You can choose to set the same version, but you can just ignore the warning if you want to build with jdk7
👍 1