aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-04-25 08:03:34 +0200
committerRobert Jaros <rjaros@finn.pl>2018-04-25 08:03:34 +0200
commit810a3abf13e18570d35808a1172dd34f516c0493 (patch)
tree0ea2cfd1c45d12c3c3e5d472eec0ec52702fd888 /gradle.properties
parentee64df23bb6ccb2d502f4b0c6fe561ebf6865ca3 (diff)
downloadkvision-810a3abf13e18570d35808a1172dd34f516c0493.tar.gz
kvision-810a3abf13e18570d35808a1172dd34f516c0493.tar.bz2
kvision-810a3abf13e18570d35808a1172dd34f516c0493.zip
Upgrade Kotlin to 1.2.40 and kotlin-fronted-plugin to 0.0.30 (with webpack 4)
Dependencies on kotlinx.serialization and kotlinx.coroutines.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties15
1 files changed, 13 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 4ac81290..073e9b1c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,13 @@
-#org.gradle.jvmargs=-XX:+UnlockCommercialFeatures -XX:+FlightRecorder
-#org.gradle.debug=true
+group=pl.treksoft
+version=0.0.12
+kotlinVersion=1.2.40
+javaVersion=1.8
+coroutinesVersion=0.22.5
+serializationVersion=0.4.2
+frontendPluginVersion=0.0.30
+dokkaVersion=0.9.16
+detektVersion=1.0.0.RC6-4
+junitVersion=4.12
+joobyVersion=1.3.0
+dependencyManagementPluginVersion=1.0.4.RELEASE
+jacksonModuleKotlinVersion=2.9.5