This is strange: I upgraded to Kotlin 2.0.0-RC1 fo...
# multiplatform
s
This is strange: I upgraded to Kotlin 2.0.0-RC1 for shared resources. But got an error utilizing the shared font(drawable works fine). Caused by: java.lang.IllegalStateException: Unable to load font Font Downgraded back to Kotlin 1.9.23 then only the shared font worked. Anyone experienced similar??
y
rebuilding the project should resolve the issue
1
s
that didn't help!
p
It’s not strange that something breaks when you update kotlin version in a kmp project, unfortunately 😁. It would be strange if you updated it and everything built perfectly fine
😂 1