@@ -24,39 +24,46 @@ android {
2424 }
2525 }
2626 compileOptions {
27- sourceCompatibility = JavaVersion .VERSION_1_8
28- targetCompatibility = JavaVersion .VERSION_1_8
27+ sourceCompatibility = JavaVersion .VERSION_17
28+ targetCompatibility = JavaVersion .VERSION_17
2929 }
3030 kotlinOptions {
31- jvmTarget = " 1.8 "
31+ jvmTarget = " 17 "
3232 }
3333 buildFeatures {
34+ buildConfig = true
3435 compose = true
3536 }
3637 composeOptions {
37- kotlinCompilerExtensionVersion = " 1.4.3 "
38+ kotlinCompilerExtensionVersion = " 1.5.15 "
3839 }
3940}
4041
4142dependencies {
4243 implementation(project(" :core:ui" ))
4344
44- implementation(" androidx.core:core-ktx:1.9.0" )
45- implementation(" androidx.appcompat:appcompat:1.6.1" )
46- implementation(" com.google.android.material:material:1.9.0" )
47- testImplementation(" junit:junit:4.13.2" )
48- androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
49- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
45+ implementation(" com.google.accompanist:accompanist-placeholder:0.30.1" )
5046
47+ implementation(libs.androidx.core)
48+ implementation(libs.androidx.appcompat)
49+ implementation(libs.android.material)
50+ implementation(libs.androidx.constraintlayout)
51+ testImplementation(libs.junit)
52+ androidTestImplementation(libs.androidx.junit)
53+ androidTestImplementation(libs.androidx.espresso)
5154
52- implementation(" androidx.activity:activity-compose:1.9.0" )
53- implementation(" androidx.compose.material:material:1.4.3" )
54- implementation(" androidx.compose.animation:animation:1.4.3" )
55- implementation(" androidx.compose.ui:ui-tooling:1.4.3" )
56- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1" )
57- androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.4.3" )
55+ implementation(libs.jetpack.compose.material)
56+ implementation(libs.jetpack.compose.animation)
57+ implementation(libs.jetpack.compose.ui.tooling)
58+ testImplementation(libs.jetpack.compose.ui.tooling.test)
59+ implementation(libs.jetpack.compose.navigation)
60+ implementation(libs.jetpack.compose.activity)
61+ implementation(libs.jetpack.compose.viewmodel)
62+ implementation(libs.jetpack.compose.coil)
63+ implementation(libs.jetpack.compose.foundation)
64+ implementation(libs.app.compat.theme.adpater)
5865
59- implementation(" com.google.accompanist:accompanist-placeholder:0.30.1 " )
66+ implementation(libs.lottie.compose )
6067
61- implementation(" io.coil-kt:coil-compose:2.1.0 " )
68+ implementation(libs.renderscript.intrinsics.replacement.toolkit )
6269}
0 commit comments