You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for all the awesome libs.
I have added this dependency in my shared folder. api("com.rickclephas.kmm:kmm-viewmodel-core:1.0.0-ALPHA-9") and created this class class AccountViewModel : KMMViewModel() {}
and I am getting this error
Cannot access 'androidx.lifecycle.ViewModel' which is a supertype of 'com.example.account.AccountViewModel'. Check your module classpath for missing or conflicting dependencies
Am I missing some dependency or some configuration?
The text was updated successfully, but these errors were encountered:
Hi sorry about that the current version has a small dependency issue (which will be fixed in the next release).
For the temporary workaround please see #34 (comment).
First of all thanks for all the awesome libs.
I have added this dependency in my shared folder.
api("com.rickclephas.kmm:kmm-viewmodel-core:1.0.0-ALPHA-9")
and created this classclass AccountViewModel : KMMViewModel() {}
and I am getting this error
Am I missing some dependency or some configuration?
The text was updated successfully, but these errors were encountered: