mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Previously we unset until-build in DSL. However, Intellij SDK Gradle plugin DSL does not support setting only since-build, while omitting until-build. So we effectively made the plugin compatible with a single version of Intellij. This change fixes that by disabling patching since-build/until-build from DSL and setting since-build version directly in plugin.xml