Where is Kotlin 1.7.20 coming from? It's not speci...
# kotlin-native
b
Where is Kotlin 1.7.20 coming from? It's not specified anywhere in my build, I'm trying to use 1.7.0:
Copy code
* Source files: 
 * Compiler version info: Konan: 1.7.0 / Kotlin: 1.7.20
 * Output kind: FRAMEWORK
h
I think, it is a bug and means 1.7.0
b
But the build was failing... It fixed itself after a
./gradlew clean
j
I've seen the same with Kotlin 1.7.10 and wondered the same as well.