lianglee opened a new issue, #1645: URL: https://github.com/apache/cordova-android/issues/1645
# Bug Report When using android platform 12 while compiling the app getting error The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. # Information ``` > Configure project :app Adding classpath: com.google.gms:google-services:4.3.8 Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start working with View Binding (https://developer.android.com/topic/libraries/view-binding) and the 'kotlin-parcelize' plugin. FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher. The following dependencies do not satisfy the required version: root project 'App' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 3s Command failed with exit code 1: c:\app\platforms\android\gradlew -b c:\app\platforms\android\build.gradle cdvBuildDebug ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
