10000
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 abf64a8 commit 1a65706Copy full SHA for 1a65706
build.gradle.kts
@@ -1,14 +1,13 @@
1
2
plugins {
3
- kotlin("jvm") version "1.3.70-eap-184"
+ kotlin("jvm") version "1.3.70"
4
}
5
6
-val kotlinVersion: String by extra("1.3.70-eap-184")
7
-
+val kotlinVersion: String by extra("1.3.70")
+
8
allprojects {
9
repositories {
10
- maven("https://dl.bintray.com/kotlin/kotlin-eap")
11
- jcenter()
+ jcenter()
12
13
14
settings.gradle.kts
@@ -1,11 +1,4 @@
-pluginManagement {
- repositories {
- gradlePluginPortal()
- maven { url = uri("https://dl.bintray.com/kotlin/kotlin-eap") }
- }
-}
include("jvm:basic:jvm-simple-script:script")
include("jvm:basic:jvm-simple-script:host")
0 commit comments