anyone know when native will be updated to work wi...
# kotlin-native
n
anyone know when native will be updated to work with gradle 5+?
l
Isn't it already Gradle 5+ compatible?
n
nope
gives compile errors
g
I was using gradle 5.1.1 with kotlin native to build an iOS app. But I’ll be probably downgrading gradle version because of js only. But maybe my use case is much more simple.
l
Maybe you can report the issue on kotl.in/issue? I don't think it's expected to have it not work with Gradle 5+
g
It’s probably about standalone Kotlin Native plugin which is not updated yet
You can use MPP plugin instead with native only code if you need Gradle 5
what's the mpp plugin
g
My issue %)
MPP is Kotlin Multiplatfrom Plugin that also supports K/N and has much more attention and updates last months
probably platform specific plugins in future would use it under the hood, or just would use similar DSLs
r
I’ve been using the MPP plugin with Gradle 5.0 for a little while now with no issues. My projects have been 100% native targets, too
n
oh nice
ty