Skip to content

Commit 87dae28

Browse files
authored
Update the repo url for kotlin react wrappers (#5328)
Updating the example project ## Testing N/A ## Release Notes N/A
1 parent b50d966 commit 87dae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/html/with-react/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
repositories {
99
mavenCentral()
1010
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
11-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers")
11+
maven("https://packages.jetbrains.team/maven/p/kt/kotlin-js-wrappers")
1212
google()
1313
}
1414

0 commit comments

Comments
 (0)