Skip to content

Commit 1e019db

Browse files
Removed Kotlin-android plugin
1 parent 1b26289 commit 1e019db

5 files changed

Lines changed: 0 additions & 12 deletions

File tree

AccessibilityCodelab/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
plugins {
1818
id 'com.android.application'
19-
id 'kotlin-android'
2019
id 'org.jetbrains.kotlin.plugin.compose'
2120
}
2221

BasicLayoutsCodelab/app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
plugins {
1818
id 'com.android.application'
19-
id 'org.jetbrains.kotlin.android'
2019
id 'org.jetbrains.kotlin.plugin.compose'
2120
}
2221

@@ -47,9 +46,6 @@ android {
4746
sourceCompatibility JavaVersion.VERSION_1_8
4847
targetCompatibility JavaVersion.VERSION_1_8
4948
}
50-
kotlinOptions {
51-
jvmTarget = '1.8'
52-
}
5349
buildFeatures {
5450
compose true
5551
}

NavigationCodelab/app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
plugins {
1818
id 'com.android.application'
19-
id 'kotlin-android'
2019
id 'org.jetbrains.kotlin.plugin.compose'
2120
}
2221

@@ -61,10 +60,6 @@ android {
6160
targetCompatibility JavaVersion.VERSION_1_8
6261
}
6362

64-
kotlinOptions {
65-
jvmTarget = '1.8'
66-
}
67-
6863
buildFeatures {
6964
compose true
7065
}

TestingCodelab/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
plugins {
1818
id 'com.android.application'
19-
id 'kotlin-android'
2019
id 'org.jetbrains.kotlin.plugin.compose'
2120
}
2221

ThemingCodelab/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
plugins {
1818
id 'com.android.application'
19-
id 'kotlin-android'
2019
id 'org.jetbrains.kotlin.plugin.compose'
2120
}
2221

0 commit comments

Comments
 (0)