refactor: use magic to hide lint on non-public, inline api

- remove all YukiPrivateApi and @PublishedApi
This commit is contained in:
2023-09-27 18:01:55 +08:00
parent 5093caf46e
commit 6704b06dfa
44 changed files with 63 additions and 250 deletions

View File

@@ -11,7 +11,6 @@ project.url=https://github.com/fankes/YukiReflection
project.groupName=com.highcapable.yukireflection
project.yukireflection-core.moduleName=api
project.yukireflection-core.version="1.0.2"
project.yukireflection-core.kotlin-optIn.YukiPrivateApi=${project.groupName}.annotation.YukiPrivateApi
project.licence.name=MIT
project.licence.url=https://github.com/fankes/YukiReflection/blob/master/LICENSE
project.developer.id="0"