Skip to content

Commit

Permalink
Merge pull request #61 from herrbert74/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v2.1.10
  • Loading branch information
herrbert74 authored Jan 27, 2025
2 parents 8f61a42 + 60c5943 commit 5cefdcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account/account-data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
testImplementation(testFixtures(project("::account:account-domain")))

//Remove in AGP 8.9.0 https://issuetracker.google.com/issues/340315591
testFixturesCompileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
testFixturesCompileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ targetSdkVersion = "35"
androidGradlePlugin = "8.8.0"
#androidGradlePlugin = "7.3.1" # For IntelliJ plugin runIde
jdk = "21"
kotlin = "2.1.0"
kotlin = "2.1.10"
ksp = "2.1.0-1.0.29"
coroutines = "1.10.1"
serialization = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion movies/movies-data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation(testFixtures(project("::movies:movies-domain")))

//Remove in AGP 8.9.0 https://issuetracker.google.com/issues/340315591
testFixturesCompileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
testFixturesCompileOnly("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
Expand Down

0 comments on commit 5cefdcf

Please sign in to comment.