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

Add support for Kotlin 2.0.10 #1216

Merged
merged 5 commits into from
Sep 12, 2024
Merged

Conversation

Bencodes
Copy link
Collaborator

@Bencodes Bencodes commented Sep 12, 2024

Pulling in the incremental update while we sort out what's happening with #1209

This also adds better support for the latest versions of KSP where serialization is needed on the classpath.

@@ -104,6 +104,27 @@ class KotlinToolchain private constructor(
).toPath()
}

private val KOTLINX_SERIALIZATION_CORE_JVM by lazy {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The keep decomposing the std libs....

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a new dep added on ksp's symbol-processing

@Bencodes Bencodes merged commit 2821bbb into master Sep 12, 2024
2 checks passed
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.

4 participants