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 344b0e4 commit c1fda61Copy full SHA for c1fda61
1 file changed
gradle.properties
@@ -29,4 +29,11 @@ org.gradle.configuration-cache.parallel=true
29
org.gradle.vfs.watch=true
30
31
# Enable Kotlin support for Android test fixtures
32
-android.experimental.enableTestFixturesKotlinSupport=true
+android.experimental.enableTestFixturesKotlinSupport=true
33
+
34
+# Keeper does not tolerate newDsl in AGP9 yet
35
+# it is fixed on a fork https://github.com/slackhq/keeper/pull/154#issuecomment-3921848493
36
+# ...but keeper looking for long-term home, AGP9 compatibility is currently unpublished
37
+# attempting to use the github maven repo package publish from that comment did not work initially
38
+# perhaps can vendor a compiled lib / local maven repository for that plugin
39
+android.newDsl=false
0 commit comments