We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818af9b commit 6f3b7eaCopy full SHA for 6f3b7ea
build.gradle.kts
@@ -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
-
10
plugins {
11
id("kotlinx.team.infra") version "0.3.0-dev-64"
12
- kotlin("plugin.serialization") version "1.4.30"
+ kotlin("multiplatform") version "1.5.0" apply false
+ kotlin("plugin.serialization") version "1.5.0" apply false
13
}
14
15
infra {
settings.gradle
@@ -1,6 +1,7 @@
pluginManagement {
repositories {
maven { url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlinx/maven' }
+ mavenCentral()
gradlePluginPortal()
0 commit comments