diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-17 14:30:10 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-17 14:31:12 +0200 |
commit | cb01930ae5174070aad9d1d7297e91b897340230 (patch) | |
tree | 320e6f7dece8161eab6a983199d2e88857f60d20 /gradle.properties | |
parent | 1830797fbe4a7fda6958b4a13d46acf121a5288d (diff) | |
download | kvision-cb01930ae5174070aad9d1d7297e91b897340230.tar.gz kvision-cb01930ae5174070aad9d1d7297e91b897340230.tar.bz2 kvision-cb01930ae5174070aad9d1d7297e91b897340230.zip |
Kotlin compiler plugin and gradle plugin
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 3bc39388..8bfba0e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=pl.treksoft -version=2.0.0-M2 +version=2.0.0-SNAPSHOT kotlinVersion=1.3.50 javaVersion=1.8 coroutinesVersion=1.3.2 @@ -23,3 +23,5 @@ nodeKtVersion=0.1.0 kotlinReduxVersion=4.0.0-pre.85-kotlin-1.3.50 reduxKotlinVersion=0.2.6 reduxKotlinThunkVersion=0.2.8 +mpaptRuntimeVersion=0.8.3 +autoServiceVersion=1.0-rc6
\ No newline at end of file |