Skip to content

kotlinx-serialization support #241

Answered by tschuchortdev
dariuszkuc asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure if it is possible or how to do it. The best way to find out would be to find the code of the corresponding Gradle plugin and see what it does. I couldn't find any such code in the repository that you linked, so I suspect that the code for the Gradle plugin is somewhere else. Perhaps this and this is what you're looking for? Hopefully, you just need to add the ComponentRegistrar that I linked to the KotlinCompilation and it should work, but the ComponentRegistrar won't be included in the artifact of the runtime library. I'm not sure if it even gets published, but you could try this artifact.

If you find out how to do it, you're welcome to make a PR to add documentation, or doc…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@dariuszkuc
Comment options

@tschuchortdev
Comment options

@dariuszkuc
Comment options

@nsragow
Comment options

@dariuszkuc
Comment options

Answer selected by tschuchortdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants