Good day! I’ve created an MPP project in IntelliJ ...
# kotlin-native
n
Good day! I’ve created an MPP project in IntelliJ CE and these are the warnings that I get in build.gradle for every property actually. What does it mean and how do I fix it?
h
Go through and restart project wizard and leave all of defaults and nothing else that's what did it for me
n
It works okay with a shared lib (JVM/iOS) template, I gave up on the iOS/Android template.
Now I understand. When I use gradle 4.7 I don’t get that warning. But when I switch to 4.10 it pops up.
r
If you're doing multiplatform and native stuff you probably want to stick to 4.7, or you'll have gradle dependency compatibility issues.
n
When I read documentation they advise to switch to 4.10 to pack the Xcode framework correctly…
Note, the task may not work correctly if you use Gradle older than 4.10. In this tutorial we have already upgraded it to 4.7.
r
"Upgraded" from 4.10 to 4.7? That's a very confusing sentence. Might be a documentation bug. Anyway most of the multiplatform projects I'm aware of are sticking to 4.7 for the moment