Skip to content

Commit fb07ed7

Browse files
authored
compose.html: Add google() repo to access androidx artifacts for annotation and collection (#5237)
## Release Notes N/A
1 parent f50a84b commit fb07ed7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

html/compose-compiler-integration/lib/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
}
66

77
repositories {
8+
google()
89
mavenLocal()
910
mavenCentral()
1011
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")

html/compose-compiler-integration/main-template/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
}
66

77
repositories {
8+
google()
89
mavenCentral()
910
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
1011
mavenLocal()

html/compose-compiler-integration/main-template/lib/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
}
66

77
repositories {
8+
google()
89
mavenCentral()
910
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
1011
mavenLocal()

0 commit comments

Comments
 (0)