Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dependencies {
- implementation 'androidx.appcompat:appcompat:1.4.0'
- implementation 'com.google.android.material:material:1.4.0'
- implementation 'androidx.core:core-ktx:1.7.0'
- implementation 'org.jetbrains.kotlin:kotlin-reflect:1.6.0'
- implementation 'androidx.recyclerview:recyclerview:1.2.1'
- //UI
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
- implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- //Navigation
- implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
- implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
- implementation 'androidx.navigation:navigation-dynamic-features-fragment:2.3.5'
- //Dagger
- kapt 'com.google.dagger:dagger-compiler:2.40.1'
- implementation 'com.google.dagger:hilt-android:2.40.1'
- implementation 'androidx.hilt:hilt-navigation-fragment:1.0.0'
- implementation 'com.google.dagger:hilt-compiler:2.40.1'
- implementation 'javax.inject:javax.inject:1'
- //Network
- implementation 'com.squareup.retrofit2:retrofit:2.9.0'
- implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
- implementation 'com.squareup.okhttp3:okhttp:4.9.1'
- implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1'
- implementation 'com.commonsware.cwac:saferoom.x:1.3.0'
- // Room Database
- implementation 'com.commonsware.cwac:saferoom.x:1.3.0'
- implementation 'androidx.room:room-runtime:2.3.0'
- implementation 'androidx.room:room-ktx:2.3.0'
- kapt 'androidx.room:room-compiler:2.3.0'
- //Lifecycle
- implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0'
- implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.0'
- implementation 'androidx.lifecycle:lifecycle-process:2.4.0'
- implementation 'androidx.lifecycle:lifecycle-common-java8:2.4.0'
- //Serialization
- implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0-RC'
- implementation 'com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0'
- //Test
- testImplementation 'junit:junit:4.+'
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
- }
Add Comment
Please, Sign In to add comment