Koin And Room
Plugins:-
id("kotlin-kapt")
//
Dependencies:-
// Room
implementation ("androidx.room:room-runtime:2.6.1")
implementation ("androidx.room:room-ktx:2.6.1")
kapt ("androidx.room:room-compiler:2.6.1")
// Koin for Android and Compose
implementation ("io.insert-koin:koin-android:3.4.0")
implementation ("io.insert-koin:koin-androidx-compose:3.4.0")
// Lifecycle (for viewModelScope, etc.)
implementation ("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")
No comments:
Post a Comment