Skip to content

Commit 6f3b7ea

Browse files
committed
Update Kotlin to 1.5.0
1 parent 818af9b commit 6f3b7ea

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

build.gradle.kts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
buildscript {
2-
repositories {
3-
mavenCentral()
4-
}
5-
dependencies {
6-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30")
7-
}
8-
}
9-
101
plugins {
112
id("kotlinx.team.infra") version "0.3.0-dev-64"
12-
kotlin("plugin.serialization") version "1.4.30"
3+
kotlin("multiplatform") version "1.5.0" apply false
4+
kotlin("plugin.serialization") version "1.5.0" apply false
135
}
146

157
infra {

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pluginManagement {
22
repositories {
33
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
4+
mavenCentral()
45
gradlePluginPortal()
56
}
67
}

0 commit comments

Comments
 (0)