-
-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution failed for task ':permission_handler_android:extractDebugAnnotations'. #1352
Comments
Hi @bs-vinay-parmar, Could you try updating According to this issue there has been a similar bug (not saying it is the same one as it is difficult to determine with the limited information) in the Android Kotlin library that has been solved. Alternatively try running |
Thank you so much @mvanbeusekom for you quick response here is the information as you asked for Build logs
|
Task failed with an exception.
Execution failed for task ':permission_handler_android:extractDebugAnnotations'.
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.4.2" apply false
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
}
kotlinOptions {
jvmTarget = '1.8'
}
@mvanbeusekom Can you please help what is wrong here? let me know if you need to know anything from my code
Originally posted by @bs-vinay-parmar in #849 (comment)
The text was updated successfully, but these errors were encountered: