File tree Expand file tree Collapse file tree
battery_plus/battery_plus/android
network_info_plus/network_info_plus/android
package_info_plus/package_info_plus/android
sensors_plus/sensors_plus/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ buildscript {
1010
1111 dependencies {
1212 classpath ' com.android.tools.build:gradle:8.12.1'
13+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1314 }
1415}
1516
@@ -21,6 +22,7 @@ rootProject.allprojects {
2122}
2223
2324apply plugin : ' com.android.library'
25+ apply plugin : ' kotlin-android'
2426
2527android {
2628 namespace ' dev.fluttercommunity.plus.battery'
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ rootProject.allprojects {
2222}
2323
2424apply plugin : ' com.android.library'
25+ apply plugin : ' kotlin-android'
2526
2627android {
2728 namespace ' dev.fluttercommunity.plus.network_info'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ rootProject.allprojects {
2323}
2424
2525apply plugin : ' com.android.library'
26+ apply plugin : ' kotlin-android'
2627
2728android {
2829 namespace ' dev.fluttercommunity.plus.packageinfo'
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ rootProject.allprojects {
2222}
2323
2424apply plugin : ' com.android.library'
25+ apply plugin : ' kotlin-android'
2526
2627android {
2728 namespace ' dev.fluttercommunity.plus.sensors'
You can’t perform that action at this time.
0 commit comments