Skip to content

Commit b3427b9

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

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
@@ -56,15 +56,6 @@ kotlin {
5656
}
5757
```
5858

59-
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:
60-
61-
```kotlin
62-
repositories {
63-
mavenCentral()
64-
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public")
65-
}
66-
```
67-
6859
### Material Symbols & Icons
6960

7061
The Material 3 module uses [Material Symbols & Icons](https://fonts.google.com/icons), but doesn't depend on the stylesheet directly. For Material Icons to work properly, you may need to configure your project following the quick instructions below or [the developer guide](https://developers.google.com/fonts/docs/material_symbols).

buildSrc/src/main/kotlin/lib-conventions-without-publishing.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repositories {
99
mavenCentral()
1010
google()
1111
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
12-
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb
1312
}
1413

1514
group = "com.huanshankeji"

0 commit comments

Comments
 (0)