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 8d3052e commit 7ce9028Copy full SHA for 7ce9028
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.1.1'
+ ext.kotlin_version = '1.1.2-3'
3
repositories {
4
mavenCentral()
5
}
@@ -21,7 +21,7 @@ dependencies {
21
testCompile 'junit:junit:4.11'
22
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
23
compile project(':kotlin-core')
24
- compile 'com.google.code.gson:gson:2.4'
+ compile 'com.google.code.gson:gson:2.7'
25
compile 'com.squareup.okhttp3:okhttp:3.4.1'
26
compile 'com.github.salomonbrys.kotson:kotson:2.1.0'
27
0 commit comments