We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8a71 commit 6e8c86bCopy full SHA for 6e8c86b
build.gradle.kts
@@ -0,0 +1,14 @@
1
+
2
+plugins {
3
+ kotlin("jvm") version "1.3.70-eap-184"
4
+}
5
6
+val kotlinVersion: String by extra("1.3.70-eap-184")
7
8
+allprojects {
9
+ repositories {
10
+ maven("https://dl.bintray.com/kotlin/kotlin-eap")
11
+ jcenter()
12
+ }
13
14
settings.gradle.kts
@@ -0,0 +1,7 @@
+pluginManagement {
+ gradlePluginPortal()
+ maven { url = uri("https://dl.bintray.com/kotlin/kotlin-eap") }
0 commit comments