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

- remove all YukiGenerateApi, YukiPrivateApi and @PublishedApi
This commit is contained in:
2023-09-27 18:01:35 +08:00
parent 24290a7ee2
commit 418fd9de00
63 changed files with 142 additions and 415 deletions

View File

@@ -11,8 +11,6 @@ project.url=https://github.com/fankes/YukiHookAPI
project.groupName=com.highcapable.yukihookapi
project.yukihookapi-core.moduleName=api
project.yukihookapi-core.version="1.0.11"
project.yukihookapi-core.kotlin-optIn.YukiPrivateApi=${project.groupName}.annotation.YukiPrivateApi
project.yukihookapi-core.kotlin-optIn.YukiGenerateApi=${project.groupName}.annotation.YukiGenerateApi
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
project.licence.name=MIT