khttp icon indicating copy to clipboard operation
khttp copied to clipboard

failed to resolve org.json:json:20150729 in Android3.0 with kotlin

Open Antinomy20001 opened this issue 7 years ago • 0 comments

allprojects { repositories { google() // jcenter() jcenter({url "http://jcenter.bintray.com/"}) maven { url 'https://jitpack.io' } } } and

compile 'com.github.jkcclemens:khttp:0.1.0'

but once I sync gradle it will tell me the error: Error:Failed to resolve: org.json:json:20150729

Antinomy20001 avatar Aug 17 '17 15:08 Antinomy20001