Skip to content

Commit b2ecadf

Browse files
author
John Rodriguez
committed
Clean up plugin ids
1 parent fc00dcd commit b2ecadf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

contour-lint/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'java-library'
2-
apply plugin: 'kotlin'
2+
apply plugin: 'org.jetbrains.kotlin.jvm'
33

44
targetCompatibility = JavaVersion.VERSION_1_8
55
sourceCompatibility = JavaVersion.VERSION_1_8

sample-app/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android'
3-
apply plugin: 'kotlin-android-extensions'
2+
apply plugin: 'org.jetbrains.kotlin.android'
43

54
android {
65
compileSdkVersion versions.compileSdk

0 commit comments

Comments
 (0)