Hello, using `getViewModel()` ant specifying `view...
# moko
j
Hello, using
getViewModel()
ant specifying
viewModelFactory
prevents building and 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
. What to do? Thanks
I've updated to
Copy code
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
it's fine now
a
reason is that compose-multiplatform require JVM target 11 or up.