init research

This commit is contained in:
2026-02-08 11:20:43 -10:00
commit bdf064f54d
3041 changed files with 1592200 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
## :plugins:public-api-modifier
This compiler plugin makes `@AccessApiOverload` annotated functions internal.
It could help to produce two artifacts from the same code: one with the full API, one with a reduced API.
This is an exploratory plugin that is NOT actually enabled.
See https://github.com/Kotlin/dataframe/pull/959 for more information.
You can test it by adding `compilerPluginClasspath(projects.pluginApiModifier)` in
[`:core`](../../core/build.gradle.kts).