Android Jetpack

Room Advanced - 2 (DB)

----___<<<<< 2023. 2. 2. 07:21

 

id 'kotlin-kapt'
		// ROOM
    implementation "androidx.room:room-runtime:2.5.0"
    kapt "androidx.room:room-compiler:2.5.0"

    // optional - Kotlin Extensions and Coroutines support for Room
    implementation "androidx.room:room-ktx:2.5.0"

    // viewModel coroutine
    implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"

    // byViewModels
    implementation 'androidx.activity:activity-ktx:1.6.1'

    // liveData
    implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.5.1"