Skip to content

Commit 0b46297

Browse files
authored
update platform / skiko / compose (#81)
1 parent be7483c commit 0b46297

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Module Maker Changelog
22

3+
## [1.1.2]
4+
- Fix startup issue on Windows
5+
36
## [1.1.1]
47
- Platform updates
58

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ dependencies {
5151
implementation(compose.materialIconsExtended)
5252
implementation(libs.segment)
5353

54-
val version = "0.8.18"
54+
// I usually do
55+
// ./gradlew dependencies | grep "skiko"
56+
// to get the skiko version that compose depends on
57+
val version = "0.9.37.4"
5558
val macTarget = "macos-arm64"
5659
val windowsTarget = "windows-x64"
5760
val linuxTarget = "linux-x64"

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.joetr.modulemaker
44
pluginName = ModuleMaker
55
pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.1.1
7+
pluginVersion = 1.1.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222
@@ -13,7 +13,7 @@ pluginSinceBuild = 222
1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = AI
1515
# AS version and patch at the end
16-
platformVersion = 2024.3.1.1
16+
platformVersion = 2025.2.3.1
1717

1818
# Example: platformBundledPlugins = com.intellij.java
1919
platformBundledPlugins = com.intellij.java
@@ -39,4 +39,4 @@ org.gradle.caching = true
3939
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
4040
systemProp.org.gradle.unsafe.kotlin.assignment = true
4141

42-
compose.version=1.7.3
42+
compose.version=1.10.1

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
freemarker = "2.3.30"
33
serialization = "1.5.1"
44
jdk = "17"
5-
kotlin = "2.1.20"
5+
kotlin = "2.3.0"
66
changelog = "2.0.0"
7-
gradleIntelliJPlugin = "2.4.0"
7+
gradleIntelliJPlugin = "2.11.0"
88
spotless = "6.8.0"
99
segment = "1.13.2"
1010
junit = "4.13.2"

0 commit comments

Comments
 (0)