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 d091b64 commit 9d9dd36Copy full SHA for 9d9dd36
bootpay/build.gradle
@@ -30,8 +30,9 @@ dependencies {
30
implementation 'com.squareup.retrofit2:converter-moshi:2.3.0'
31
implementation 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
32
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
33
- implementation 'com.android.support:appcompat-v7:25.3.1'
34
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
+ implementation 'com.android.support:appcompat-v7:25.3.1'// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
+ implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.2.41'
35
+// implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
36
}
37
repositories {
38
mavenCentral()
0 commit comments