Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BackStackEntry extension "path" throws an exception.

john17727 opened this issue · comments

Using the path extension function throws: Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option.

Screenshot 2024-02-04 at 4 09 04 PM

Which jvm target you're using? PreCompose requires jvm target 11 in order to works

Which jvm target you're using? PreCompose requires jvm target 11 in order to works

Ah that makes a lot of sense. Would be great if we could be notified of that somewhere in the readme, unless I missed it. Nontheless, thanks!