Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: support build as a flutter module
When build as a flutter module and integrated into the existing android project, there is no applicationVariants and result in following compilation failure: Could not get unknown property 'applicationVariants' for extension 'android' of type com.android.build.gradle.LibraryExtension. In such case, we will use libraryVariants instead
- Loading branch information