You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 UIKitViewController doesn'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?
The text was updated successfully, but these errors were encountered:
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:
To Reproduce kotlin 2.0.21
Steps to reproduce the behavior:
UIKitViewController
doesn'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?
The text was updated successfully, but these errors were encountered: