File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Module Maker Changelog
22
3+ ## [ 1.1.2]
4+ - Fix startup issue on Windows
5+
36## [ 1.1.1]
47- Platform updates
58
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.joetr.modulemaker
44pluginName = ModuleMaker
55pluginRepositoryUrl = 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
1010pluginSinceBuild = 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
1414platformType = 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
1919platformBundledPlugins = 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
4040systemProp.org.gradle.unsafe.kotlin.assignment = true
4141
42- compose.version =1.7.3
42+ compose.version =1.10.1
Original file line number Diff line number Diff line change 22freemarker = " 2.3.30"
33serialization = " 1.5.1"
44jdk = " 17"
5- kotlin = " 2.1.20 "
5+ kotlin = " 2.3.0 "
66changelog = " 2.0.0"
7- gradleIntelliJPlugin = " 2.4 .0"
7+ gradleIntelliJPlugin = " 2.11 .0"
88spotless = " 6.8.0"
99segment = " 1.13.2"
1010junit = " 4.13.2"
You can’t perform that action at this time.
0 commit comments