Is it possible to use gradle > 4.10.1 with mpp?...
# multiplatform
c
Is it possible to use gradle > 4.10.1 with mpp? I am using IntelliJ IDEA 2018.1.3 with
com.android.tools.build:gradle:3.3.0
and I am getting
Minimum supported Gradle version is 4.10.1. Current version is 4.7.
. Afaik one need gradle 4.7 in order to compile working MPP
d
Yes, if you're using Kotlin 1.3.20. It's a bit more complicated if you're using 1.3.11 and earlier.