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??