mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 00:01:21 +00:00
* Set 2022.1.1 as base IJ version Stable AS is based on 2022.1.1 now, so we can drop supporting 2021.3 * Update IDE plugin target bytecode version to 11 When 2022.1 is used as a base for IDE plugin, inline functions from the platform & the bundled Kotlin plugin cannot be used unless target bytecode version is set to 11. * Update Intellij SDK Gradle plugin * Check editor is not disposed before showing preview toolbar #2663 * Add preview caret listener only to main editor