androidstarters / kotlin-android-starter

[Kotlin Android] Kotlin Android starter based MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Kotlin Android project.
602 stars 97 forks source link

kotlin gradle and IDE plugins are different #25

Closed elirangoshen closed 6 years ago

elirangoshen commented 6 years ago

Im getting this comment from gradle on this line in gradle: classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" the comment is :

kotlin version that is used for building with gradle (1.2.10) differs from the one bundled into the IDE plugin (1.1.60)

Is this ok ?