```Caused by: org.jetbrains.kotlin.codegen.Compila...
# jvm-ir-backend-feedback
c
Copy code
Caused by: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call 'viewModel' into
@androidx.compose.runtime.Composable public fun Header(onExitSession: () -> kotlin.Unit, `$composer`: androidx.compose.runtime.Composer?, `$changed`: <http://kotlin.Int|kotlin.Int>): kotlin.Unit defined in com.proteus.proteuskiosk.presentation.trainingsession.ui
<no source>
Cause: viewModel (Ljava/lang/String;Landroidx/lifecycle/ViewModelProvider$Factory;Landroidx/compose/runtime/Composer;II)Landroidx/lifecycle/ViewModel;:
👍 1
i seem to remember reading that there was an update to the lifecycle library, let me see if that resolves this…
nope, no dice
This was due to androidx.lifecycle:lifecycle-viewmodel-compose wrong version, should have been alpha 02