File tree 2 files changed +2
-4
lines changed
src/jsMain/kotlin/com/stevdza/san/kotlinbs/components
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ kotlin {
24
24
val jsMain by getting {
25
25
dependencies {
26
26
implementation(compose.html.core)
27
- implementation(libs.kobweb.core)
28
27
implementation(libs.kobweb.compose)
29
- implementation(npm(" is-sorted" , " 1.0.5" ))
30
28
implementation(npm(" bootstrap" , " 5.3.1" ))
31
29
}
32
30
}
@@ -39,7 +37,7 @@ publishing {
39
37
from(components[" kotlin" ])
40
38
groupId = " com.github.stevdza-san"
41
39
artifactId = " KotlinBootstrap"
42
- version = " 0.0.5 "
40
+ version = " 0.0.6 "
43
41
}
44
42
}
45
43
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import com.varabyte.kobweb.compose.ui.toAttrs
6
6
import org.jetbrains.compose.web.dom.Span
7
7
import org.jetbrains.compose.web.dom.Text
8
8
9
- // This is a loose fork of SpanText from Kobweb's Silk widget set. However, we don't want to depend on Silk so
9
+ // This is a loose fork of SpanText from Kobweb's Silk widget set. However, we don't want to depend on Silk, so
10
10
// we just duplicate the subset of it we care about ourselves.
11
11
12
12
@Composable
You can’t perform that action at this time.
0 commit comments