andylamax
07/09/2023, 11:35 PM> Task :kollections-interoperable:compileKotlinJvm FAILED
w: Language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
e: file:///root-proj/kollections/interoperable/src/commonMain/kotlin/kollections/CollectionLike.kt:8:1 CollectionLike must override spliterator because it inherits multiple interface methods of it
e: file:///root-proj/kollections/interoperable/src/commonMain/kotlin/kollections/FunctionalCollection.kt:9:1 FunctionalCollection must override spliterator because it inherits multiple interface methods of it
e: file:///root-proj/kollections/interoperable/src/commonMain/kotlin/kollections/internal/AbstractCollection.kt:19:1 AbstractCollection must override spliterator because it inherits multiple interface methods of it
##### 'kotlin.experimental.tryK2' results (Kotlin/Native not checked) #####
:kollections-interoperable:compileKotlinJvm: 2.0 language version
##### 100% (1/1) tasks have been compiled with Kotlin 2.0 #####
More over, all other platforms do compile except Jvm (i.e. compileKotlinJs and compileKotlinLinuxX64). Is this a bug??dmitriy.novozhilov
07/10/2023, 6:53 AMCollectionLike
and other interfaces?
kotl.in/issueandylamax
07/10/2023, 11:43 AM