https://kotlinlang.org logo
Title
j

John O'Reilly

05/24/2023, 4:11 PM
Hi, we've updated a project to
1.9.0-Beta
but when we try to enable k2 compile we're getting following (
Config
implements
Parcelable)
...anyone aware of any known issues around this?
Object DefaultAppComponent.Config.Loading is not abstract and does not implement abstract member describeContents
k

kirillrakhman

05/25/2023, 7:29 AM
Quick YouTrack search didn't show any known issues. Could you please file an issue with some reproduction code?
j

John O'Reilly

05/25/2023, 7:40 AM
Actually, we did see following but it's marked as fixed it seems https://youtrack.jetbrains.com/issue/KT-53651 (or at least the one it's linked to)
It can be reproduced by adding
kotlin.experimental.tryK2=true
to
gradle.properties
of following project - https://github.com/joreilly/Confetti
k

kirillrakhman

05/25/2023, 7:59 AM
Thanks, I'm investigating it.
j

John O'Reilly

05/25/2023, 9:29 AM
fyi @Arkadii Ivanov