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
The text was updated successfully, but these errors were encountered:
logicgupta
changed the title
Compile Error
Compile Error JVM target 11 into bytecode that is being built with JVM target 1.8
Feb 8, 2024
logicgupta
changed the title
Compile Error JVM target 11 into bytecode that is being built with JVM target 1.8
Compile Error : JVM target 11 into bytecode that is being built with JVM target 1.8
Feb 8, 2024
This works when building for Android, but not when building for desktop. I tried changing the target everywhere I can, and still get this error when building for desktop.
Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8
Getting Above error in compiling below line of code
val viewModel = getViewModel(key = "HomeScreen", factory = viewModelFactory { NewsViewModel() })
The text was updated successfully, but these errors were encountered: