Upon using the instructions for setting up Kotlin for use in an Android project, I get the following message:
“Kotlin library ‘kotlin-stdlib-0.6.1070.jar’ has an unsupported format. Please update the library of the plugin”
The library is version 0.6.1070 and the plugin is version 0.6.602.
It seems as though your instructions for setting up the gradle build are problematic. You suggest setting the kotlin version to 0.6.+, but it doesn’t appear as though the plugin is tracking with the version of the library that is being released through Maven, and things are getting out of sync. I can still run the build, I just can’t edit in AndroidStudio. If I change the kotlin version in Gradle to 0.6.602, things appear to work fine (though I should note that in both cases, when I actually compile, I get an internal server error, but that is likely independent of these issues).