fix(android): remove dead buildscript block and kotlin_version reference (#1567)

* fix(android): remove dead buildscript block and kotlin_version reference

* fix(android): use fully-qualified kotlin plugin id to match settings.gradle
This commit is contained in:
Xing Hong
2026-04-27 23:06:19 +09:00
committed by GitHub
parent 1442d01f95
commit cd2a0bffd0
2 changed files with 1 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "com.android.application"
id "kotlin-android"
id "org.jetbrains.kotlin.android"
id "dev.flutter.flutter-gradle-plugin"
}
@@ -99,6 +99,3 @@ flutter {
source '../..'
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}