We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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() })