Skip to content

Commit

Permalink
Update kotlin to 2.1.0-RC-228
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Oct 29, 2024
1 parent 67285f6 commit c822a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ detektEygraber = "1.0.11"

dokka = "1.9.20"

kotlin = "2.0.21"
kotlin = "2.1.0-RC-228"

kotlinx-coroutines = "1.9.0"

Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pluginManagement {
}
}

maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")

maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") {
content {
includeGroupByRegex("org\\.jetbrains.*")
Expand All @@ -48,6 +50,8 @@ dependencyResolutionManagement {
includeGoogle = true,
includeJetbrainsComposeDev = true,
)

maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
}
}

Expand Down

0 comments on commit c822a07

Please sign in to comment.