Skip to content

Commit efaf830

Browse files
committed
WIP AGP9 no longer has parameterized types on CommonExtension
1 parent 0fd0f45 commit efaf830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ subprojects {
4242

4343
afterEvaluate {
4444
plugins.withType<com.android.build.gradle.BasePlugin> {
45-
val androidExtension = extensions.getByName("android") as CommonExtension<*, *, *, *, *, *>
45+
val androidExtension = extensions.getByName("android") as CommonExtension
4646
androidExtension.testOptions.unitTests {
4747
isIncludeAndroidResources = true
4848
}

0 commit comments

Comments
 (0)