Jacky
09/11/2023, 11:22 AMgetViewModel()
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? ThanksJacky
09/12/2023, 8:42 AMsourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
it's fine nowalex009
09/17/2023, 4:41 PM