Skip to content

Commit 8adeca2

Browse files
committed
Try Kotlin 2.2.0-Beta1
1 parent 017b9c4 commit 8adeca2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle/libraries.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ javaPoet = "1.13.0"
2828
jetbrains-annotations = "24.0.1"
2929
junit = "4.13.2"
3030
kotlin-plugin-min = "1.9.0"
31-
kotlin-plugin = "2.2.0-dev-16956"
32-
kotlin-plugin-max = "2.2.0-dev-16956"
31+
kotlin-plugin = "2.2.0-Beta1"
32+
kotlin-plugin-max = "2.2.0-Beta1"
3333
kotlinx-coroutines = "1.9.0"
3434
kotlinx-datetime = "0.5.0"
3535
kotlinx-serialization-runtime = "1.6.2"

gradle/repositories.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
listOf(pluginManagement.repositories, dependencyResolutionManagement.repositories).forEach {
22
it.apply {
33
// Uncomment this one to use the Kotlin "dev" repository
4-
maven("https://redirector.kotlinlang.org/maven/dev/")
4+
// maven("https://redirector.kotlinlang.org/maven/dev/")
55
// Uncomment this one to use the Sonatype OSSRH snapshots repository
66
maven("https://oss.sonatype.org/content/repositories/snapshots/")
77
// Uncomment this one to use the GradleUp repository

intellij-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commonSetup()
2828
// XXX: this should use the settings repositories instead
2929
repositories {
3030
// Uncomment this one to use the Kotlin "dev" repository
31-
maven("https://redirector.kotlinlang.org/maven/dev/")
31+
// maven("https://redirector.kotlinlang.org/maven/dev/")
3232
// Uncomment this one to use the Sonatype OSSRH snapshots repository
3333
maven("https://oss.sonatype.org/content/repositories/snapshots/")
3434
mavenCentral()

libraries/apollo-gradle-plugin/testProjects/gradle-min-version/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424
mavenCentral()
2525
// Uncomment this one to use the Kotlin "dev" repository
26-
maven("https://redirector.kotlinlang.org/maven/dev/")
26+
// maven("https://redirector.kotlinlang.org/maven/dev/")
2727
}
2828

2929
configure<ApolloExtension> {

0 commit comments

Comments
 (0)