Does anyone know if I can use the new 1.4 M2 Kotlin Plugin but still use an older version of Kotlin? The new project creator is really nice for setting up an MPP project so have been trying to use it but going back to an older Kotlin plugin version after project creation does not work for me.
g
gildor
06/08/2020, 9:58 AM
Yes, sure, it’s fine to use never plugin with older version of Kotlin
a
Alexander Larsson
06/08/2020, 10:07 AM
Ok then we'll try that 🙂
r
russhwolf
06/08/2020, 12:11 PM
The IDE integration often breaks when you do this, so keep an eye out for that. You'll probably see red code on Native even though it compiles from Gradle.
a
Alexander Larsson
06/08/2020, 12:12 PM
OK, so it will look like it does not work even though it does?