From 987735b50fc2f88a7677892521e08f862d14eae4 Mon Sep 17 00:00:00 2001 From: driezy Date: Sun, 10 May 2026 12:41:02 +0800 Subject: [PATCH] Support AGP 9 built-in Kotlin --- packages/local_auth/local_auth_android/android/build.gradle.kts | 1 - .../shared_preferences_android/android/build.gradle.kts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/local_auth/local_auth_android/android/build.gradle.kts b/packages/local_auth/local_auth_android/android/build.gradle.kts index e9321f91a6d9..528dcf2f9ce4 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle.kts +++ b/packages/local_auth/local_auth_android/android/build.gradle.kts @@ -25,7 +25,6 @@ rootProject.allprojects { plugins { id("com.android.library") - id("kotlin-android") } kotlin { diff --git a/packages/shared_preferences/shared_preferences_android/android/build.gradle.kts b/packages/shared_preferences/shared_preferences_android/android/build.gradle.kts index edf15edc0ca4..950a2b52de75 100644 --- a/packages/shared_preferences/shared_preferences_android/android/build.gradle.kts +++ b/packages/shared_preferences/shared_preferences_android/android/build.gradle.kts @@ -31,7 +31,6 @@ tasks.withType().configureEach { plugins { id("com.android.library") - id("kotlin-android") } kotlin {