Getting an IR Lowering error with this root cause ...
# compose
s
Getting an IR Lowering error with this root cause
Caused by: java.lang.IllegalStateException: couldn't find inline method Landroidx/lifecycle/viewmodel/compose/ViewModelKt;
. Any suggestions on how to fix this?
z
Any chance you can narrow down what code is triggering it and post here?
s
I think it has something to do with not including the
kotlinOptions
in my Android config. Wasn’t able to initially specify it because the DSL wasn’t available through KMM.