Skip to content

Commit

Permalink
Update plugin/Kotlin dependencies to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Jan 9, 2025
1 parent 8d66697 commit 4bed53e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.7.1" apply false
id("com.android.library") version "8.7.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.22" apply false
id("com.android.application") version "8.7.3" apply false
id("com.android.library") version "8.7.3" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0" apply false
}

tasks.register<Delete>("clean").configure {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ android {

dependencies {
// Kotlin
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")

// Material
implementation("com.google.android.material:material:1.12.0")
Expand Down
2 changes: 1 addition & 1 deletion navigation-fragments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation(project(":core"))

// Kotlin
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.23")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")

// AndroidX
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
Expand Down

0 comments on commit 4bed53e

Please sign in to comment.