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

Use reflection to avoid referencing the Kotlin metadata API directly. #1780

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented May 21, 2024

Use reflection to avoid referencing the Kotlin metadata API directly.

AutoBuilder clients that don't use Kotlin shouldn't have to have the Kotlin runtime on their classpath, even if it is only the annotation-processing classpath. Additionally, the metadata API was recently moved from kotlinx.* to kotlin.*, and using reflection means we can function with either version.

Fixes #1440.

@copybara-service copybara-service bot force-pushed the test_main_635615798 branch 6 times, most recently from 1d25af7 to f8755e3 Compare May 22, 2024 22:24
@copybara-service copybara-service bot force-pushed the test_main_635615798 branch from f8755e3 to 344f229 Compare May 28, 2024 13:58
@copybara-service copybara-service bot closed this May 28, 2024
@copybara-service copybara-service bot force-pushed the test_main_635615798 branch from 344f229 to 260b61e Compare May 28, 2024 14:03
@copybara-service copybara-service bot deleted the test_main_635615798 branch May 28, 2024 14:03
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

Successfully merging this pull request may close these issues.

Library has Kotlin runtime bundled into it
0 participants