Skip to content

Commit c1fda61

Browse files
committed
build: disable android.newDsl until keeper plugin is AGP9-compatible
1 parent 344b0e4 commit c1fda61

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

gradle.properties

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,11 @@ org.gradle.configuration-cache.parallel=true
2929
org.gradle.vfs.watch=true
3030

3131
# Enable Kotlin support for Android test fixtures
32-
android.experimental.enableTestFixturesKotlinSupport=true
32+
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

Comments
 (0)