John O'Reilly
05/24/2023, 4:11 PM1.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
kirillrakhman
05/25/2023, 7:29 AMJohn O'Reilly
05/25/2023, 7:40 AMkotlin.experimental.tryK2=true
to gradle.properties
of following project - https://github.com/joreilly/Confettikirillrakhman
05/25/2023, 7:59 AMParcelize
is a typealias in https://github.com/arkivanov/Essenty#parcelable-and-parcelize. Will provide a fix soon. Not sure if it'll make it in 1.9.0, though.John O'Reilly
05/25/2023, 9:29 AM