Skip to content

Commit

Permalink
⬆️ Update Kotlin and Compose Gradle plugin versions
Browse files Browse the repository at this point in the history
Updated the version of Kotlin from 1.9.20 to 1.9.21 and the version of Compose Gradle Plugin from 1.5.10 to 1.5.11. The upgrade is done for keeping up with the latest advancements and improvements in these libraries, subsequently enhancing the system's performance and stability.
  • Loading branch information
CXwudi committed Nov 28, 2023
1 parent 3718d88 commit 1466a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[versions]
# java version is defined in my.jvm-base.gradle.kts
# lib versions
kotlin = "1.9.20" # !important, the version is upbounded by each compose multiplatform version
kotlin = "1.9.21" # !important, the version is upbounded by each compose multiplatform version
springBoot = "3.2.0"
composeIcons = "1.1.0"

Expand All @@ -29,7 +29,7 @@ bom-coroutines = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"
# plugin dependencies (for both projects and settings), naming convention: s/p + plugin-<name>
pluginDep-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
pluginDep-springBoot = { module = "org.springframework.boot:spring-boot-gradle-plugin", version.ref = "springBoot" }
pluginDep-composeJb = "org.jetbrains.compose:compose-gradle-plugin:1.5.10"
pluginDep-composeJb = "org.jetbrains.compose:compose-gradle-plugin:1.5.11"
# "io.spring.gradle:dependency-management-plugin" is unneeded because we prefer Gradle's native dependency management
settingDep-gradleEnterprise = "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.15.1"
settingDep-foojayResolver = "org.gradle.toolchains:foojay-resolver:0.7.0"
Expand Down

0 comments on commit 1466a2f

Please sign in to comment.