diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-05-26 01:06:58 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-05-26 01:06:58 +0200 |
commit | e060b64cae48837b7db1c42d1cd337ff2e08e18b (patch) | |
tree | 2c4d5cc7632c58eba4bbf94c2c1d39d26408808a /gradle.properties | |
parent | 283445f173e7588cecf353efa7a0ff6bc8fcebd5 (diff) | |
download | kvision-e060b64cae48837b7db1c42d1cd337ff2e08e18b.tar.gz kvision-e060b64cae48837b7db1c42d1cd337ff2e08e18b.tar.bz2 kvision-e060b64cae48837b7db1c42d1cd337ff2e08e18b.zip |
Frontend plugin downgrade.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 5e3cdf98..48839d0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ kotlinVersion=1.2.41 javaVersion=1.8 coroutinesVersion=0.22.5 serializationVersion=0.5.0 -frontendPluginVersion=0.0.31 +frontendPluginVersion=0.0.30 dokkaVersion=0.9.17 detektVersion=1.0.0.RC7 junitVersion=4.12 |