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,16 +1,3 @@
buildscript {
ext.kotlin_version = '1.9.0'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
google()