We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symbol-processing-aa
symbol-processing-api
Currently, the pom has the symbol-processing-api dependency listed as runtime but SymbolProcessorProvider is part of the public API:
runtime
SymbolProcessorProvider
class KotlinSymbolProcessing( val kspConfig: KSPConfig, // public usage of symbol-processing-api here val symbolProcessorProviders: List<SymbolProcessorProvider>, val logger: KSPLogger ) { ... }
The workaround is to manually add symbol-processing-api as a dependency but it'd be nice if it were modelled in the pom.
Edit: same is true about symbol-processing-common-deps
symbol-processing-common-deps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the pom has the
symbol-processing-api
dependency listed asruntime
butSymbolProcessorProvider
is part of the public API:The workaround is to manually add
symbol-processing-api
as a dependency but it'd be nice if it were modelled in the pom.Edit: same is true about
symbol-processing-common-deps
The text was updated successfully, but these errors were encountered: