We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63719b0 commit 82324a2Copy full SHA for 82324a2
dev/tools/bin/config/lockfile_exclusion.yaml
@@ -11,3 +11,7 @@
11
# files, and then running `rm buildscript-gradle.lockfile && ./gradlew :generateLockfiles` from
12
# its android subdirectory.
13
- dev/integration_tests/gradle_deprecated_settings/android
14
+
15
+# hello_world uses a Kotlin Gradle settings file (settings.gradle.kts). We don't have a template
16
+# Kotlin Gradle settings file (only a groovy one), so we currently can't generate it.
17
+- examples/hello_world/android
0 commit comments