Jakub Chrzanowski
Jakub Chrzanowski
Currently, `VerifyOptions` contains the `cert` property, which refers to a signature file — it should be renamed to `cert-file` instead. As a result, the actual `cert` property should allow for...
2.0.0
Next
The `kotlinx.coroutines` library is about to change the name of the `kotlinx.coroutines.debug.AgentPremain` class, which we refer to with the dynamically created `coroutines-javaagent.jar` file, required for coroutines debugging to work: https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/b9b6699ebb95c6c88ee188b9d528506744f24ee5/src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/InitializeIntelliJPlatformPluginTask.kt#L145-L153...
next
## Summary by CodeRabbit * **Chores** * Updated copyright years across all build scripts. * Modernized and refactored build configuration for IntelliJ platform plugins, adopting more idiomatic Gradle Kotlin DSL...