Help me please. I am trying to update kotlin to ve...
# announcements
d
Help me please. I am trying to update kotlin to version “1.5.0” and kotlinx-serialization-json to version “1.2.0" . After the update, the project stopped building - “java.util.NoSuchElementException: Collection contains no element matching the predicate. at org.jetbrains.kotlinx.serialization.compiler.backend.ir.IrBuilderExtension$DefaultImpls.serializableSyntheticConstructor(GeneratorHelpers.kt:1255)”
g
Have you updated kotlin.serialization Gradle plugin too?
d
Yes
g
Plugin, not only json dependency? Maybe you have reproducible example