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 e7fdbf9 commit b2db73dCopy full SHA for b2db73d
build.gradle
@@ -1,9 +1,5 @@
1
group 'com.github.h0tk3y.betterParse'
2
-version '0.2'
3
-
4
-wrapper {
5
- gradleVersion = '3.3'
6
-}
+version '0.2.1'
7
8
buildscript {
9
ext.kotlin_version = '1.1.3-2'
@@ -25,15 +21,16 @@ repositories {
25
21
}
26
22
27
23
dependencies {
28
- compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
24
+ compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
29
testCompile "junit:junit:4.12"
30
31
32
compileKotlin {
33
- kotlinOptions.jvmTarget = "1.8"
+ kotlinOptions.jvmTarget = "1.6"
34
+
35
compileTestKotlin {
36
37
38
39
kotlin.experimental.coroutines "enable"
@@ -96,4 +93,4 @@ bintray {
96
93
97
94
98
95
99
+}
0 commit comments