-
Notifications
You must be signed in to change notification settings - Fork 162
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
java.lang.NoClassDefFoundError: com/android/build/api/dsl/CommonExtension #608
Comments
Same here. Trying to integrate |
you will need plugins {
id("com.android.application") version "7.4.1" apply false
id("org.jlleitschuh.gradle.ktlint") version "9.4.1" apply false
} |
version 12.1.0 of ktlint gradle came with fixes around AGP >= 7.0. Can you please retry with this version and report if it resolves your issue? |
Having the same issue with version
|
ktlint gradle version: 11.0.0
agp version: 7.2.2
gradle version: gradle-7.5.1-bin
After removing ktlint, the project can run sync and build normally.
The text was updated successfully, but these errors were encountered: