Skip to content
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

Qigsaw与viewBinding冲突 #60

Open
ChenZeFengHi opened this issue Jul 14, 2021 · 1 comment
Open

Qigsaw与viewBinding冲突 #60

ChenZeFengHi opened this issue Jul 14, 2021 · 1 comment

Comments

@ChenZeFengHi
Copy link

A problem occurred evaluating project ':app'.

Could not find method buildFeatures() for arguments [build_ac29nl13sp1j228wqm2rza2op$_run_closure1$_closure9@43334137] on extension 'android' of type com.android.build.gradle.internal.dsl.BaseAppModuleExtension.

@wille-89
Copy link

android {
...
buildFeatures {
...
}
}
改为
android {
...
buildFeature {
...
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants