-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Describe the bug
I am trying to upgrade my whole project to newest libraries (kotlin 2.0.0 included). The behaviour I'm seeing is really weird and depends on the kotlin version I'm using. I tried to use other libraries' versions exactly like in Precompose repo.
To Reproduce kotlin 2.0.0
Steps to reproduce the behavior:
- Upgrade precompose to 1.6.2 and kotlin to 2.0.0
- Build project
- Build fails with error java.lang.IllegalStateException: FIELD name:moe_tlaster_precompose_navigation_Navigator$stable type:kotlin.Int visibility:public [final,static]
To Reproduce kotlin 2.0.21
Steps to reproduce the behavior:
- Upgrade precompose to 1.6.2 and kotlin to 2.0.21
- Build project
- Build succeeds
- One of my UI's that uses
UIKitViewControllerdoesn't render (it works fine with kotlin 1.9.23 and precompose 1.6.0)
Expected behavior
Project builds and all the views are rendered correctly.
I am wondering what might be the issue but maybe a new version of precompose with kotlin upgraded to 2.0.21 would work?
Metadata
Metadata
Assignees
Labels
No labels