Skip to content

Commit 1a976cb

Browse files
committed
Remove Kotlin dependencies
1 parent 6903d8a commit 1a976cb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

blurkit/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
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

3736
dependencies {
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'

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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
}

0 commit comments

Comments
 (0)