Skip to content

Commit b0289a4

Browse files
committed
Remove the Maven repository for Kobweb since it's published to Maven Central now
1 parent be95590 commit b0289a4

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,6 @@ kotlin {
184184

185185
View [all the artifacts on Maven Central](https://search.maven.org/search?q=g:com.huanshankeji%20AND%20a:compose-multiplatform-*).
186186

187-
This project depends on [Kobweb](https://github.com/varabyte/kobweb) which is not published to Maven Central yet, so you have to add the following Maven repository:
188-
189-
```kotlin
190-
repositories {
191-
mavenCentral()
192-
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public")
193-
}
194-
```
195-
196187
### Material Symbols & Icons on JS
197188

198189
See [the corresponding section in Compose HTML Material](https://github.com/huanshankeji/compose-html-material?tab=readme-ov-file#material-symbols--icons) for configuring Material Icons on JS.

buildSrc/src/main/kotlin/common-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repositories {
1111
mavenLocal() // TODO comment out when not needed so the build is always reproducible by others
1212
mavenCentral()
1313
google()
14-
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb
1514
}
1615

1716
group = "com.huanshankeji"

0 commit comments

Comments
 (0)