File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
3- id ' kotlin-android'
43 id ' com.github.dcendents.android-maven' version ' 1.5'
54}
65
@@ -35,7 +34,6 @@ android {
3534}
3635
3736dependencies {
38- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3937 testImplementation ' junit:junit:4.12'
4038 testImplementation ' org.mockito:mockito-core:1.10.19'
4139 androidTestImplementation ' com.android.support:support-annotations:28.0.0'
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.2.71'
54 repositories {
65 jcenter()
76 google()
87 }
98 dependencies {
109 classpath ' com.android.tools.build:gradle:3.2.0'
11- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1210 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
1311 }
1412}
You can’t perform that action at this time.
0 commit comments