PackageTrack
Sign in Get early access

org.jetbrains.kotlin:kotlin-gradle-plugin-model

2.2.21 #186 most downloaded on Maven Central JetBrains/kotlin

What this package is like to depend on

Last release 10 months ago

23 Oct 2025

Ships fairly regularly

a new release about every 2 weeks

This project publishes no release notes

the list below is its commits, not an announcement

Nothing withdrawn

no release was ever pulled

8 years old

149 releases · first in 2018

5 releases in the last 12 months

see the full history below

Release timeline

149 releases · Sep 2018 to Oct 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 149
  1. 2.2.21 23 Oct 2025

    Nothing published for this version

  2. 2.2.21-RC2 16 Oct 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.21-RC and v2.2.21-RC2 there were 5 commits, 5 of them substantive:

    • [Gradle] Workaround for not completable Future with cross compilation
    • [Gradle] Added tests for accessing target's publishable property
    • [Gradle] Only register commonizeCInterop if there are native targets
    • [KGP][IT] Require Xcode 26 for shouldDownloadLightNativeBundleWithMaven
    • Add ChangeLog for 2.2.21-RC2
  3. 2.2.21-RC 07 Oct 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.20 and v2.2.21-RC there were 37 commits, 37 of them substantive:

    • [K/N] Support list-typed binary options
    • [K/N] Enforce the native thread state for skiko's _nFlushAndSubmit
    • [K/N][tests] Reproduce tryRetain deadlock
    • Workaround coroutines hang due to Gradle dependencies downgrading stdlib
    • [JS stdlib] Add a safeguard for BigInt class for pre-ES2020 engines
    • [Wasm] Do not watch all static files
    • [Wasm] Update api-dump
    • [Wasm] Keep API with string statics
    • [Wasm] Use invariant paths for static paths
    • [Wasm] Use custom serializer for DevServer
    • [Wasm, JS]Add documentation of newly added things in KotlinWebpackConfig
    • KT-80205: add plugin path option to swift compilation, so that Testing framework is located ^KT-80205 fixed
    • KT-80205: correct format of a call for -plugin-path option
    • K2: reproduce KT-80936
    • K2: copy publishedApiEffectiveVisibility while creating synthetic SAM functions
    • [Test] Reproduce compiler crash with Jvm annotation and multiple backend threads
    • [Perf] Use assertions in PerformanceManager only in DEBUG_MODE
    • [K/JS] Fix exporting interfaces with companions to ES modules
    • K2: fix NPE in handling ConeDiagnostic for delegated constructor calls
    • Reproduce commonized cinterop import failure

    …and 17 more.

  4. 2.2.20 09 Sep 2025

    Nothing published for this version

  5. 2.2.20-RC2 01 Sep 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.20-RC and v2.2.20-RC2 there were 9 commits, 9 of them substantive:

    • [Gradle] Add @ExperimentalKotlinGradlePluginApi to exportKdoc
    • [Test] Reproduce KT-79816
    • [FIR2IR] Properly handle generics with nullable types in delegate body generation
    • [IR] Use sanitized names when calculating scopes for lambdas
    • [Wasm] Do not backport devServer, because it is mutable collection
    • [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
    • Add permissions for GRADLE_RO_DEP_CACHE to security policy
    • [Gradle] Fail the build if AGP has already configured Kotlin in the project
    • Add ChangeLog for 2.2.20-RC2
  6. 2.2.20-RC 18 Aug 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.20-Beta2 and v2.2.20-RC there were 47 commits, 47 of them substantive:

    • [gradle] Fix missing mocha reporter module
    • [K/N] Use coreSymbolicationImageListType=all_loaded by default
    • K2 kapt: generate full error type FQ name in annotation arguments
    • JVM: workaround inline class mapping issue in old backend
    • Kapt: do not log classpath in verbose mode
    • [JVM] avoid unnecessary spills of some dead locals
    • [FIR] Record whether a property has a backing field before removing accessor bodies.
    • Fix AbstractMethodError when overriding function with default parameters
    • Fix compilation of legacy default params on open function
    • [JS] Don't enable compiling Long as bigint by default in ES2015 mode
    • Contracts: add the failing test for multi-module accessors use
    • Contracts: poison binaries with AllowContractsOnPropertyAccessors
    • Contracts: fix ErasedCastChecker to handle property accessors
    • [FIR] Remove the extra dash from --Xdata-flow-based-exhaustiveness
    • [Test] Directive to disable generating FIR tags
    • [Test] Reproduce unresolved nested typealias when imported from another module (KT-79519)
    • [Serialization] Initialize correct classId for nested type aliases during deserialization
    • [Serialization] Fix deserialization of nested type aliases
    • [Test] Reproduce nested type alias deserialization issue for stubs (KT-79519)
    • [stubs] Fix nested type alias deserialization for stubs (KT-79519)

    …and 27 more.

  7. 2.2.20-Beta2 29 Jul 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.20-Beta1 and v2.2.20-Beta2 there were 250 commits, 250 of them substantive:

    • [PL][tests] Move PartialLinkageTestStructureExtractor to a separate file
    • [PL][tests] Don't keep testPath in test configuration component
    • [PL][tests] Pass already extracted TestStructure to runTest()
    • [KLIB][tests] Pass KlibCompilerEdition when building a binary
    • [KLIB][tests] JS: Respect KlibCompilerEdition when building KLIBs/binaries
    • [KLIB][tests] New KlibCompilerChangeScenario for compatibility testing
    • Add Youtrack issues to Compose changelog
    • Filter cherry-pick duplicates in Compose release notes
    • [Gradle] Document KarmaConfig
    • [IR] Add IrDeclaration.getSourceFile() util
    • [WASM] Don't regard originating modules of source files
    • [WASM] Use correct source file for inlined local declarations
    • [JS] Don't follow attributeOwnerId twice in checkIfHasAssociatedJsCode
    • [JS] Replace attributeOwnerId with getSourceFile in getJsCodeForFunction
    • [JS] Use correct source file for inlined local declarations
    • Move ErrorAboutDataClassCopyVisibilityChange to Kotlin 2.5
    • [LL] Add module-specific access restriction to LLPsiAwareSymbolProvider
    • [LL] Switch to general get*WithoutDependencies functions in LLModuleWithDependenciesSymbolProvider
    • [IC] Update classpath snapshot to ignore non-abi changes in debug info
    • K2: reproduce KT-78621

    …and 230 more.

  8. 2.2.20-Beta1 10 Jul 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.10 and v2.2.20-Beta1 there were 250 commits, 249 of them substantive:

    • [FIR] Use when with guard
    • [FIR] Report conflicting/shadowing contextual declarations
    • [Tests] Add DeprecationLevel.HIDDEN tests for #KT-64499
    • [stdlib] Add a common class for boxed variables
    • [IR] Make SharedVariablesManager an abstract class
    • [JS] Add a test for boxing variables captured in lambdas
    • [JS] Support IrConstructorCalls in JsIntrinsicTransformers
    • [IR] Unify SharedVariablesManager across non-JVM backends
    • [IR] Specialize shared variable boxes of primitive types in K/N & Wasm
    • Minor. Update YT ticket reference
    • [LL] getOrBuildFir: do not perform redundant tree traversal
    • [Analysis API] Add 'LLPartialBodyElementMapper' state consistency test
    • Advance bootstrap to 2.2.20-dev-4982
    • [Build] Update verification-metadata.xml
    • [tests] Add test data for 'contextOf' and 'context' (w/ 1 context parameter) standard library functions
    • [Tests] Reproduce #KT-77648
    • [FIR] Fix matchingParameterFunctionType retrieval
    • [test] Add a reproducer for KT-78073
    • [JS] Clean up imports in PropertyReferenceLowering
    • [JS] Introduce the JsNoLifting annotation class

    …and 229 more.

  9. 2.2.10 13 Aug 2025

    Nothing published for this version

  10. 2.2.10-RC2 06 Aug 2025 pre-release

    Nothing published for this version

  11. 2.2.10-RC 17 Jul 2025 pre-release

    Nothing published for this version

  12. 2.2.0 23 Jun 2025

    Nothing published for this version

  13. 2.2.0-RC3 16 Jun 2025 pre-release

    Nothing published for this version

  14. 2.2.0-RC2 04 Jun 2025 pre-release

    Nothing published for this version

  15. 2.2.0-RC 15 May 2025 pre-release

    Nothing published for this version

  16. 2.2.0-Beta2 30 Apr 2025 pre-release

    Nothing published for this version

  17. 2.2.0-Beta1 14 Apr 2025 pre-release

    Nothing published for this version

  18. 2.1.21 12 May 2025

    Nothing published for this version

  19. 2.1.21-RC2 01 May 2025 pre-release

    Nothing published for this version

  20. 2.1.21-RC 16 Apr 2025 pre-release

    Nothing published for this version

  21. 2.1.20 19 Mar 2025

    Nothing published for this version

  22. 2.1.20-RC3 14 Mar 2025 pre-release

    Nothing published for this version

  23. 2.1.20-RC2 06 Mar 2025 pre-release

    Nothing published for this version

  24. 2.1.20-RC 19 Feb 2025 pre-release

    Nothing published for this version

  25. 2.1.20-Beta2 29 Jan 2025 pre-release

    Nothing published for this version

  26. 2.1.20-Beta1 19 Dec 2024 pre-release

    Nothing published for this version

  27. 2.1.10 26 Jan 2025

    Nothing published for this version

  28. 2.1.10-RC2 20 Jan 2025 pre-release

    Nothing published for this version

  29. 2.1.10-RC 09 Jan 2025 pre-release

    Nothing published for this version

  30. 2.1.0 27 Nov 2024

    Nothing published for this version

  31. 2.1.0-RC2 18 Nov 2024 pre-release

    Nothing published for this version

  32. 2.1.0-RC 03 Nov 2024 pre-release

    Nothing published for this version

  33. 2.1.0-Beta2 14 Oct 2024 pre-release

    Nothing published for this version

  34. 2.1.0-Beta1 16 Sep 2024 pre-release

    Nothing published for this version

  35. 2.0.21 10 Oct 2024

    Nothing published for this version

  36. 2.0.21-RC 30 Sep 2024 pre-release

    Nothing published for this version

  37. 2.0.20 22 Aug 2024

    Nothing published for this version

  38. 2.0.20-RC2 13 Aug 2024 pre-release

    Nothing published for this version

  39. 2.0.20-RC 29 Jul 2024 pre-release

    Nothing published for this version

  40. 2.0.20-Beta2 09 Jul 2024 pre-release

    Nothing published for this version

  41. 2.0.20-Beta1 18 Jun 2024 pre-release

    Nothing published for this version

  42. 2.0.10 05 Aug 2024

    Nothing published for this version

  43. 2.0.10-RC2 29 Jul 2024 pre-release

    Nothing published for this version

  44. 2.0.10-RC 11 Jul 2024 pre-release

    Nothing published for this version

  45. 2.0.0 20 May 2024

    Nothing published for this version

  46. 2.0.0-RC3 10 May 2024 pre-release

    Nothing published for this version

  47. 2.0.0-RC2 26 Apr 2024 pre-release

    Nothing published for this version

  48. 2.0.0-RC1 08 Apr 2024 pre-release

    Nothing published for this version

  49. 2.0.0-Beta5 20 Mar 2024 pre-release

    Nothing published for this version

  50. 2.0.0-Beta4 12 Feb 2024 pre-release

    Nothing published for this version

  51. 2.0.0-Beta3 17 Jan 2024 pre-release

    Nothing published for this version

  52. 2.0.0-Beta2 14 Dec 2023 pre-release

    Nothing published for this version

  53. 2.0.0-Beta1 13 Nov 2023 pre-release

    Nothing published for this version

  54. 1.9.25 19 Jul 2024

    Nothing published for this version

  55. 1.9.24 07 May 2024

    Nothing published for this version

  56. 1.9.23 06 Mar 2024

    Nothing published for this version

  57. 1.9.22 21 Dec 2023

    Nothing published for this version

  58. 1.9.21 23 Nov 2023

    Nothing published for this version

  59. 1.9.20 30 Oct 2023

    Nothing published for this version

  60. 1.9.20-RC2 24 Oct 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive