José Carlos
10/27/2023, 10:57 AMval bookListViewModel = getViewModel(Unit, viewModelFactory { BookListViewModel() })
But for me i'm getting an error
'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'
How can i fix this?Debanshu Datta
10/29/2023, 10:18 PM