diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-01-29 21:00:48 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-01-29 21:00:48 +0100 |
commit | b43764a2088912162ed5e8df2f6da7d2598fb1a3 (patch) | |
tree | b252f4864971c4832f4a61904a33b6d70df315fc /examples/helloworld/build.gradle | |
parent | 95fa69ec901243d2f496a692b2f5d8a61ce5e053 (diff) | |
download | kvision-b43764a2088912162ed5e8df2f6da7d2598fb1a3.tar.gz kvision-b43764a2088912162ed5e8df2f6da7d2598fb1a3.tar.bz2 kvision-b43764a2088912162ed5e8df2f6da7d2598fb1a3.zip |
Hello world example
Diffstat (limited to 'examples/helloworld/build.gradle')
-rw-r--r-- | examples/helloworld/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/helloworld/build.gradle b/examples/helloworld/build.gradle index afc39547..7890fb72 100644 --- a/examples/helloworld/build.gradle +++ b/examples/helloworld/build.gradle @@ -12,7 +12,7 @@ buildscript { dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-frontend-plugin:0.0.26" - classpath "gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC5-5" + classpath "gradle.plugin.io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0.RC6-2" } } |