Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 16314e8

Browse files
committed
Update new MPP project example
1 parent fe9fab8 commit 16314e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/new-mpp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'kotlin-multiplatform' version '1.3.10'
3-
id 'org.jetbrains.kotlin.frontend' version '0.0.38-SNAPSHOT'
3+
id 'org.jetbrains.kotlin.frontend' version '0.0.44'
44
}
55

66
repositories {

examples/new-mpp/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pluginManagement {
1010
}
1111

1212
repositories {
13-
mavenLocal()
1413
mavenCentral()
1514
maven { url 'https://plugins.gradle.org/m2/' }
15+
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
1616
}
1717
}
1818

0 commit comments

Comments
 (0)