Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Nov 19, 2023
1 parent 9ce2f5e commit 96678ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
alias(libs.plugins.android.test) apply false
alias(libs.plugins.android.navigation) apply false
alias(libs.plugins.android.hilt) apply false
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.ksp) apply false
alias(libs.plugins.kotlin.kover)
alias(libs.plugins.hilt) apply false
alias(libs.plugins.navigation) apply false
}

subprojects {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.1.4"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
kover = "0.7.4"
core = "1.12.0"
activity = "1.8.1"
Expand Down Expand Up @@ -35,20 +35,20 @@ bouncycastle = "1.74"
junit = "4.13.2"
junit-ext = "1.1.5"
test-runner = "1.5.2"
test-benchmark = "1.2.0"
test-benchmark = "1.2.1"
mockk = "1.13.5"
ktlint = "1.0.0"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-test = { id = "com.android.test", version.ref = "agp" }
android-navigation = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigation" }
android-hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlin-kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
navigation = { id = "androidx.navigation.safeargs.kotlin", version.ref = "navigation" }

[libraries]
plugin-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down

0 comments on commit 96678ae

Please sign in to comment.