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 2025Releases
latest 9-
2.2.1013 Aug 2025Nothing published for this version
-
2.2.10-RC206 Aug 2025 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v2.2.10-RCandv2.2.10-RC2there 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
-
2.2.10-RC17 Jul 2025 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v2.2.0andv2.2.10-RCthere 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.
-
2.2.023 Jun 2025Nothing published for this version
-
2.2.0-RC316 Jun 2025 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v2.2.0-RC2andv2.2.0-RC3there 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
JsNoLiftingannotation 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
-
2.2.0-RC204 Jun 2025 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v2.2.0-RCandv2.2.0-RC2there 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
skipToGroupEndbranch - 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
-
2.2.0-RC15 May 2025 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v2.2.0-Beta2andv2.2.0-RCthere 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_FIELDerror message - CLI: support
@Enablesin 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
gsutilinFirebaseCloudXCTestExecutor - 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.
-
2.2.0-Beta230 Apr 2025 pre-releaseCommits, not release notes
This project publishes no release notes. Between
v2.2.0-Beta1andv2.2.0-Beta2there 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.
-
2.2.0-Beta114 Apr 2025 pre-releaseNothing published for this version