Update Gradle Wrapper #1
update-gradle-wrapper.yml
on: schedule
update-gradle-wrapper
1m 16s
Annotations
1 error
|
update-gradle-wrapper
❌ FAILURE: Build failed with an exception.
* Where:
Build file '/home/runner/work/appsend-android/appsend-android/app/build.gradle' line: 3
* What went wrong:
An exception occurred applying plugin request [id: 'kotlin-android']
> Failed to apply plugin 'kotlin-android'.
> ⛔ Failed to apply plugin 'org.jetbrains.kotlin.android'
The 'org.jetbrains.kotlin.android' plugin is no longer required for Kotlin support since AGP 9.0.
Solution: Remove the 'org.jetbrains.kotlin.android' plugin from this project's build file: app/build.gradle.
See https://kotl.in/gradle/agp-built-in-kotlin for more details.
> java.lang.Throwable (no error message)
* 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.
BUILD FAILED in 1m 8s
|