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 8bc685f commit a558c7dCopy full SHA for a558c7d
build.gradle
@@ -19,7 +19,6 @@ buildscript {
19
jcenter()
20
google()
21
gradlePluginPortal()
22
- maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
23
}
24
25
dependencies {
@@ -32,7 +31,6 @@ apply plugin: 'org.jetbrains.kotlin.multiplatform'
32
31
33
repositories {
34
mavenCentral()
35
36
37
38
group = GROUP
gradle.properties
@@ -17,8 +17,8 @@
17
kotlin.code.style=official
18
GROUP=co.touchlab
-VERSION_NAME=0.3.8-1.4.0-rc
-KOTLIN_VERSION=1.4.0-rc
+VERSION_NAME=0.4.0
+KOTLIN_VERSION=1.4.0
POM_URL=https://github.com/touchlab/TestHelp
POM_DESCRIPTION=Kotlin Multiplatform Test Help
0 commit comments