Skip to content

Commit

Permalink
Kotlin 1.9.0 / Compose 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Oct 9, 2023
1 parent 764dc71 commit 5a00168
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Css In Composable
:icons: font
:version: 1.4.0
:version: 1.5.0

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.compose.html.css"
version = "1.4.0"
version = "1.5.0"
}
3 changes: 3 additions & 0 deletions css-in-composable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ kotlin.kodein {
implementation(kotlin.compose.runtime)
}
}
// NOT USED - Workaround to make Dokka happy in MPP JS Only projects
// https://github.com/Kotlin/dokka/issues/3122
jvm()
}

kotlin.sourceSets.all {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
compose = "1.4.0"
compose = "1.5.2"

[plugins]
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.0.1")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.2.2")
}
}

Expand Down

0 comments on commit 5a00168

Please sign in to comment.