Skip to content

2.10.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 06:06
· 32 commits to main since this release

Added

  • Add composeUI() dependency helper to add Compose UI framework dependencies.
  • Introduce testFramework support in intellijPlatformTesting extension and add corresponding test cases. #2022
  • Add ModuleDependency.excludeKotlinStdlib() and ModuleDependency.excludeCoroutines() extension function to exclude all Kotlin stdlib and Kotlinx Coroutines transitive dependencies #2029
  • Improve deprecated IntelliJ Platform artifacts based on their version and introduce error logging for them.
  • Add PyCharm platform type with corresponding artifact coordinates. #2036
  • Add pycharm dependency helpers to support the unified PyCharm platform type. #2036
  • Integration with Problems API

Changed

  • Update minimal supported Gradle version to 8.13
  • Revert deprecation of intellijIdeaCommunity and intellijIdeaUltimate dependency helpers.

Fixed

  • Refactor IntelliJ Platform type resolution and validation to exclude unavailable distribution constrains #2027
  • Refactor ide and ides methods to rely on the cacheable IntelliJ Platform dependency creation.
  • Refactor IntelliJPlatformDependenciesHelper to replace DependencyHandler with DependencyFactory for dependency creation. #2024
  • Handle unspecified project version in PluginConfiguration to prevent setting it to the "unspecified" value.