I am using compose multiplatform KMM project and f...
# multiplatform
s
I am using compose multiplatform KMM project and for viewmodel, i am using library KMMViewModel by "rickclephas-KmmViewmodel", its working error free for ios but, when i build for Android its shows following error "Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class com.rickclephas.kmm.viewmodel.KMMViewModel, unresolved supertypes: androidx.lifecycle.ViewModel Adding -Xextended-compiler-checks argument might provide additional information."