Skip to content

Commit 8cc5fe0

Browse files
committed
well, that didn't work
1 parent a083788 commit 8cc5fe0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
attributes {
2727
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
2828
}
29-
exclude("**/build/generated/sources/**")
3029
}
3130
}
3231

dataconnect/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
}
4848
}
4949
sourceSets.getByName("main") {
50-
kotlin.directories.add("build/generated/sources")
50+
java.directories.add("build/generated/sources")
5151
}
5252
}
5353

0 commit comments

Comments
 (0)