Daniel
12/16/2024, 10:34 PM.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