Skip to content
New issue

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 should have symbol-processing-api as a "compile" dependency, not "runtime" #2289

Open
martinbonnin opened this issue Jan 7, 2025 · 0 comments

Comments

@martinbonnin
Copy link
Contributor

martinbonnin commented Jan 7, 2025

Currently, the pom has the symbol-processing-api dependency listed as runtime but SymbolProcessorProvider is part of the public API:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant