I’m using the most recent multiplatform plugin and...
# kotlin-native
y
I’m using the most recent multiplatform plugin and when i run
./gradlew build
it recompiles the project even when it successfully compiled previously and there has been no changes. Is this a bug? Or is there some misconfiguration in my project?
g
Looks like a bug of mpp plugin
s
Do I understand correctly that you run
./gradlew build
twice from command line, and on second time it recompiles the project again?
y
Yes that’s correct
s
I can’t reproduce the issue. What Kotlin version do you use? Could you share you Gradle build scripts?