Skip to content

Commit

Permalink
[feat] : #8 coli gradle 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
1971123-seongmin committed Nov 6, 2024
1 parent 30aadd5 commit 5537e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
ksp(libs.hilt.compiler)
ksp(libs.hilt.android.compiler)

// Coil
implementation(libs.coil.compose)

// navigation
implementation(libs.androidx.navigation.compose)
implementation(libs.kotlinx.serialization.json)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[versions]
agp = "8.7.0-alpha08"
coilCompose = "2.4.0"
kotlin = "2.0.0"
kotlinxSerializationJson = "1.7.3"
ksp = "2.0.0-1.0.21"
Expand All @@ -23,6 +24,7 @@ retrofitKotlinSerializationConverter = "1.0.0"
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
androidx-datastore-preferences-core = { module = "androidx.datastore:datastore-preferences-core", version.ref = "datastorePreferences" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroidGradlePlugin" }
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroidGradlePlugin" }
hilt-android-gradle-plugin = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hiltAndroidGradlePlugin" }
Expand Down

0 comments on commit 5537e13

Please sign in to comment.