Closed griffinsorrentino closed 3 months ago
When using compose multiplatform 1.7.0-alpha01 an error occurs when trying to launch the Android app
1.7.0-alpha01
e: file:///.../composeApp/build/generated/kotlin/generateMRandroidMain/com/example/com/Res.kt:17:75 Unresolved reference 'my_string'.
Bumping compose multiplatform back down to 1.6.11 fixes the issue, but this issue will likely persist with the upcoming 1.7.0 release
1.6.11
1.7.0
Minimal reproducer: https://github.com/griffinsorrentino/moko-resources-bug
Getting the same error after upgrading compose multiplatform to 1.7.0-alpha01. Also using KSP2.
KSP2
It works again with 1.7.0-dev1721 and later
1.7.0-dev1721
@zacharee cool!
Confirmed as fixed with 1.7.0-alpha02
1.7.0-alpha02
When using compose multiplatform
1.7.0-alpha01
an error occurs when trying to launch the Android appe: file:///.../composeApp/build/generated/kotlin/generateMRandroidMain/com/example/com/Res.kt:17:75 Unresolved reference 'my_string'.
Bumping compose multiplatform back down to
1.6.11
fixes the issue, but this issue will likely persist with the upcoming1.7.0
releaseMinimal reproducer: https://github.com/griffinsorrentino/moko-resources-bug