I have the following inside a @composable
function. I am getting an error with the previews. I am not sure this works on a device either.
val context = LocalContext.current
val noteTrainerViewModel = NoteTrainerViewModel(context.applicationContext as Application)
And here is the error:
java.lang.ClassCastException: class com.android.layoutlib.bridge.android.BridgeContext cannot be cast to class android.app.Application