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
Hunter Breathat
11/05/2018, 3:10 PM
Go through and restart project wizard and leave all of defaults and nothing else that's what did it for me
n
nestserau
11/05/2018, 3:20 PM
It works okay with a shared lib (JVM/iOS) template, I gave up on the iOS/Android template.
nestserau
11/05/2018, 3:21 PM
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
russhwolf
11/05/2018, 3:45 PM
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
nestserau
11/05/2018, 3:53 PM
When I read documentation they advise to switch to 4.10 to pack the Xcode framework correctly…
nestserau
11/05/2018, 3:53 PM
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
russhwolf
11/05/2018, 4:05 PM
"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