Closed xxfast closed 1 year ago
Pretty sure this is fixed by https://github.com/JetBrains/androidx/pull/371 and we just need to point at the JetBrains compiler and give up pointing at AndroidX. This is the approach we've taken with Redwood now. May as well do the same here.
@JakeWharton why was this switched from jetbrains to androidx compose compiler?
Because all the necessary fixes were upstreamed
Molecule version: 0.7.0 Kotlin version: 1.8.0, 1.8.10 Kotlinx Serialisation: 1.5.0-RC
This took me a while to figure out what exactly was causing this problem. I've raised this issue on kotlinx.serialization issue tracker but from what they mentioned, this was due to
I was originally suspecting it was compose-multiplatform that was causing this issue (given that there is a similar issue), but after isolating the issue to a standalone project - i was able to pinpoint this to molecule, or the version of compose compiler plugin that used by molecule gradle plugin, is what causing this issue.
Full stacktace.log Standalone project to reproduce the issue: KotlinXIssues.zip