For the Java backend, I'm getting platform declara...
# server
r
For the Java backend, I'm getting platform declaration clashes on classes extending
Collection
on methods that would normally be on the mutable Java
Collection
interface but not on Kotlin's read-only interface. The declaration collision is against a
synthetic inheritor
, which seems to be generated at https://github.com/JetBrains/kotlin/blob/master/compiler/backend/src/org/jetbrains/kotlin/codegen/CollectionStubMethodGenerator.kt
o
Wrong channel?