Skip to content

Commit a558c7d

Browse files
committed
Update for final kotlin 1.4
1 parent 8bc685f commit a558c7d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ buildscript {
1919
jcenter()
2020
google()
2121
gradlePluginPortal()
22-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
2322
}
2423

2524
dependencies {
@@ -32,7 +31,6 @@ apply plugin: 'org.jetbrains.kotlin.multiplatform'
3231

3332
repositories {
3433
mavenCentral()
35-
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
3634
}
3735

3836
group = GROUP

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
kotlin.code.style=official
1818

1919
GROUP=co.touchlab
20-
VERSION_NAME=0.3.8-1.4.0-rc
21-
KOTLIN_VERSION=1.4.0-rc
20+
VERSION_NAME=0.4.0
21+
KOTLIN_VERSION=1.4.0
2222

2323
POM_URL=https://github.com/touchlab/TestHelp
2424
POM_DESCRIPTION=Kotlin Multiplatform Test Help

0 commit comments

Comments
 (0)