Hello, Whenever I change the version of compose O...
# kotlin-native
d
Hello, Whenever I change the version of compose OR plugin.serialization to 2.1.0 from 1.9.0 new files will be added to:
.kotlin/metadata/kotlinTransformedMetadataLibraries.
The weird think is that this will happen if any of these 2 are changed, I can let compose to 1.9.0 and change only plugin.serialization to 2.1.0 and the new files are generated, same for compose changed to 2.1.0 and serialization to 1.9.0:
id("org.jetbrains.kotlin.plugin.compose").version("2.1.0").apply(false)
OR
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0"
Why the new files are added? And why the changes order of the changes to not matter? is it something related to kotlin 2.1.0? Slack Conversation