We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f9869 + ccbbac1 commit e93a682Copy full SHA for e93a682
1 file changed
plugins/public-api-modifier/README.md
@@ -1,4 +1,10 @@
1
## :plugins:public-api-modifier
2
3
-This plugin makes annotated functions internal.
4
-Helps to produce two artifacts from the same code: one with full API, one with reduced API.
+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.
5
+
6
+This is an exploratory plugin that is NOT actually enabled.
7
+See https://github.com/Kotlin/dataframe/pull/959 for more information.
8
9
+You can test it by adding `compilerPluginClasspath(projects.pluginApiModifier)` in
10
+[`:core`](../../core/build.gradle.kts).
0 commit comments