https://kotlinlang.org logo
d

Derek Ellis

08/31/2020, 7:46 PM
I'm getting
The feature "multi platform projects" is experimental and should be enabled explicitly
in my android sourcesets on Kotlin 1.4. This is the configuration I'm using:
Copy code
kotlin {
    android()
    js {
        browser()
    }
    ios()
}
It's nothing special which makes it more confusing 🤔 (the plugin is also 1.4)
2 Views