Skip to content

Commit e93a682

Browse files
authored
Merge pull request #1663 from Kotlin/public-api-modifier-note
public-api-modifier README
2 parents f8f9869 + ccbbac1 commit e93a682

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
## :plugins:public-api-modifier
22

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.
3+
This compiler plugin makes `@AccessApiOverload` annotated functions internal.
4+
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

Comments
 (0)