PackageTrack
Sign in Get early access

org.jetbrains.kotlin:kotlin-dataframe-compiler-plugin

2.2.10 #322 most downloaded on Maven Central JetBrains/kotlin

What this package is like to depend on

Last release 1 years ago

13 Aug 2025

Ships on a steady schedule

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

1 years old

9 releases · first in 2025

0 releases in the last 12 months

see the full history below

Release timeline

9 releases · Apr 2025 to Aug 2025
2026
Release Pre-release

Releases

latest 9
  1. 2.2.10 13 Aug 2025

    Nothing published for this version

  2. 2.2.10-RC2 06 Aug 2025 pre-release
    Commits, not release notes

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

    • [K/N][llvm] Update LLVM build to incorporate the recent changes
    • [K/JS] Fix incremental compilation for overridden external properties
    • FIR: allow to resolve some Java classes with @kotlin.Metadata
    • [JVM] Fix detection of $DefaultImpl bridges
    • [gradle] Fix missing mocha reporter module
    • [JVM] avoid unnecessary spills of some dead locals
    • [K/N] Use coreSymbolicationImageListType=all_loaded by default
    • [JS] Upgrade NPM dependencies
    • Add ChangeLog for 2.2.10-RC2
  3. 2.2.10-RC 17 Jul 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.0 and v2.2.10-RC there were 45 commits, 45 of them substantive:

    • [box-tests] Added a reproducer for #KT-77685
    • [IR] Fixed a problem with FO in function references impls
    • [Gradle] Run NativeVersionChecker only in KMP projects with Native targets
    • [FIR] Fix false-positive reports of identity-sensitive operations warn
    • [Gradle, Compose] Don't override generated metric files
    • Fir2Ir: skip unresolved classes in kapt mode in lazy F/O generator
    • [Wasm, JS] Use mutex and limit network concurrency to prevent Yarn network problems
    • Clean up native directory before native installation
    • Provide missing name, description and url in pom files
    • [Gradle] Change Android variant type to nullable in KotlinJvmAndroidCompilation
    • [Gradle] Introduce factory method to create KotlinJvmAndroidCompilation
    • [Gradle] Deprecate 'androidVariant' property in KotlinJvmAndroidCompilation
    • jvm-abi-gen: make produced ABI jar loadable
    • CLI: Minor. Add regression test
    • FIR: Do not follow non-existing symbolic links, v2
    • KLIB resolver: Follow symbolic links
    • KLIB resolver, Native: Expand symbolic links
    • KLIB resolver: Improve diagnostics in Native KLIB resolver tests
    • [FIR] Reproduce ^KT-78736
    • [FIR] Properly unset the context in withInlineFunctionBodyIfApplicable

    …and 25 more.

  4. 2.2.0 23 Jun 2025

    Nothing published for this version

  5. 2.2.0-RC3 16 Jun 2025 pre-release
    Commits, not release notes

    This project publishes no release notes. Between v2.2.0-RC2 and v2.2.0-RC3 there were 8 commits, 8 of them substantive:

    • [Tests] Reproduce #KT-77301
    • [FIR] Fix collection of DSL markers from function types
    • [test] Add a reproducer for KT-78073
    • [JS] Introduce the JsNoLifting annotation class
    • [JS] Fix getting names of local delegated properties
    • [Gradle] Apply Dokka versioning plugin also to leaf partial html
    • [Accessors] Correctly create arguments for accessors
    • Add ChangeLog for 2.2.0-RC3
  6. 2.2.0-RC2 04 Jun 2025 pre-release
    Commits, not release notes

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

    • Fix error deleting /build/node on Windows
    • [Gradle] Extend from associated compilations configurations...
    • [References] Add test to check IR in local delegated references
    • [References] Generate throwing exception body for local delegates
    • [Wasm] Disable lambda virtual call optimisation
    • JVM: Do not report warning on annotations with EXPRESSION target
    • [Gradle][test] Filter "Invalid connection: com.apple.coresymbolicationd"
    • Reflection: fix using kotlin-metadata-jvm in modular mode
    • Emit fake line number for skipToGroupEnd branch
    • Avoid copying @Deprecated annotations on Compose compiler stubs
    • Resolve symbolic links for DependencyListForCliModule
    • FIR: Do not follow non-existing symbolic links
    • CLI: Follow symbolic links of content roots
    • Add ChangeLog for 2.2.0-RC2
  7. 2.2.0-RC 15 May 2025 pre-release
    Commits, not release notes

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

    • K2: reproduce KT-76898
    • K2: report DATA_CLASS_OVERRIDE_CONFLICT for non-final methods with wrong type
    • Improve ANNOTATION_WILL_BE_APPLIED_ALSO_TO_PROPERTY_OR_FIELD error message
    • CLI: support @Enables in JVM CLI arguments
    • [Gradle] Fix passing process environment when launching KotlinKarma tests
    • [Test] Reproduce KT-77035
    • [CLI] Handle the FIXED_WARNING severity in a few forgotten places
    • [K/N][tests] Don't use legacy gsutil in FirebaseCloudXCTestExecutor
    • K2: reproduce KT-77078
    • K2: make FirDelegateFieldTypeMismatchChecker check also anonymous objects
    • K2: make FirMultipleDefaultsInheritedFromSupertypesChecker check also anonymous objects
    • [Gradle] Compile against Gradle API 8.14
    • [Repo] Update to Gradle 8.14
    • Revert "[Gradle] Add nowarn property for Swift Export"
    • Revert "[Gradle] Swift Export enabled by default"
    • Update documentation for Compose compiler feature flags
    • [FIR] Readd old check signatures for binary compatibility with 2.1
    • [K/JS] Rework TypeScript Definitions generating to follow Kotlin inheritance and object semantics without invalid TypeScript constructions
    • [K/N] Catch up with llvm fork on windows ^KT-76992
    • Reproduce KT-76357 and KT-77137

    …and 23 more.

  8. 2.2.0-Beta2 30 Apr 2025 pre-release
    Commits, not release notes

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

    • [JVM] Migrate FragmentLocalFunctionPatchLowering to the new parameters API
    • [JVM] Migrate DirectInvokeLowering to the new parameters API
    • [JVM] Migrate IrInlineCodegen to the new parameters API
    • [JVM] Migrate PropertyReferenceDelegationTransformer to the new parameters API
    • [JVM] Migrate PropertyReferenceLowering to the new parameters API
    • [IR] Enhance the error output of getAllArgumentsWithIr
    • KT-72483: Clean up redundant stdlib code for Kotlin 2.2
    • [Common resolve] Get rid of effectively unused LanguageFeature.InferenceCompatibility
    • [Common resolve] Get rid of effectively unused LanguageFeature.TypeInferenceOnCallsWithSelfTypes
    • [Common resolve] Drop unused code in TypeVariableDirectionCalculator
    • Add test reproducing potential nullability problem from intellij
    • Add test reproducing potential 'reified Nothing' problem from space
    • [Fixation] Introduce CAPTURED_UPPER readiness with order described below
    • [Fixation] Merge PreferDependent...Constraint LF into FixationEnhancementsIn22
    • [Fixation] Add comment about REIFIED/OUTER_TYPE_VARIABLE_DEPENDENCY readiness
    • Minor: rename test related to KT-41934
    • Rename build script file to .kts
    • Rewrite build script to Kotlin DSL
    • [Tests] Reproduce #KT-76448
    • [FIR] Fix isFromThis check in FirOverrideChecker

    …and 230 more.

  9. 2.2.0-Beta1 14 Apr 2025 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