Does `compose 1.8` not support `jvm 1.8` anymore? ...
# compose-desktop
l
Does
compose 1.8
not support
jvm 1.8
anymore? I am getting
Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8
when updating to
1.8.0-alpha04
from
1.7
i
The minimal supported version was always 11. Even if it was compiled to 1.8, it still requires API from JDK >= 11 for running Compose UI.
As for the changing the JVM target for Compose, there was such change, yes
l
Ah, okay, thanks for the references @Igor Demin