Skip to content

Commit 5a00168

Browse files
committed
Kotlin 1.9.0 / Compose 1.5.0
1 parent 764dc71 commit 5a00168

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Css In Composable
22
:icons: font
3-
:version: 1.4.0
3+
:version: 1.5.0
44

55
This library is meant to be used with https://github.com/JetBrains/compose-multiplatform#compose-html[Compose-HTML].
66

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ plugins {
44

55
allprojects {
66
group = "org.kodein.compose.html.css"
7-
version = "1.4.0"
7+
version = "1.5.0"
88
}

css-in-composable/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ kotlin.kodein {
1111
implementation(kotlin.compose.runtime)
1212
}
1313
}
14+
// NOT USED - Workaround to make Dokka happy in MPP JS Only projects
15+
// https://github.com/Kotlin/dokka/issues/3122
16+
jvm()
1417
}
1518

1619
kotlin.sourceSets.all {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
compose = "1.4.0"
2+
compose = "1.5.2"
33

44
[plugins]
55
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
55
}
66
dependencies {
7-
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.0.1")
7+
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.2.2")
88
}
99
}
1010

0 commit comments

Comments
 (0)