Is there an easy way to downgrade the K/N compiler...
# kotlin-native
s
Is there an easy way to downgrade the K/N compiler?
d
Change version of plugin?
s
The K/N compiler plugin? I don’t see anywhere to do that in preferences
d
The gradle plugin
s
How do I downgrade the plugin?
d
Uhhh,
Copy code
plugins {
    id("kotlin-multiplatform") version ("1.3.50")
}
?