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 aaf70d5 commit 7903495Copy full SHA for 7903495
dokka-runners/dokka-gradle-plugin/settings.gradle.kts
@@ -33,6 +33,12 @@ dependencyResolutionManagement {
33
google {
34
setUrl("https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2")
35
name = "Google-JBCache"
36
+ mavenContent {
37
+ // https://github.com/gradle/gradle/issues/35562
38
+ includeGroupAndSubgroups("com.android")
39
+ includeGroupAndSubgroups("com.google")
40
+ includeGroupAndSubgroups("androidx")
41
+ }
42
}
43
44
0 commit comments