hello, i´m using the Giraffe Android Studio versio...
# android
j
hello, i´m using the Giraffe Android Studio version and i have a problem when try to build my project, i´m getting this error;
Duplicate class androidx.lifecycle.ViewModelLazy found in modules jetified-lifecycle-viewmodel-ktx-2.3.1-runtime (androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1) and lifecycle-viewmodel-2.5.0-runtime (androidx.lifecycle:lifecycle-viewmodel:2.5.0)
Duplicate class androidx.lifecycle.ViewTreeViewModelKt found in modules jetified-lifecycle-viewmodel-ktx-2.3.1-runtime (androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1) and lifecycle-viewmodel-2.5.0-runtime (androidx.lifecycle:lifecycle-viewmodel:2.5.0)
l
The duplicate class error is probably due to the incorrect imports being used and versions being updated. You can check here: https://developer.android.com/jetpack/androidx/releases/lifecycle
👍 1