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

Feature request: Support Kotlin Multiplatform #183

Open
chris-hatton opened this issue Apr 1, 2023 · 0 comments
Open

Feature request: Support Kotlin Multiplatform #183

chris-hatton opened this issue Apr 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@chris-hatton
Copy link
Contributor

chris-hatton commented Apr 1, 2023

Multiplatform is increasingly relevant to Kotlin projects in general.

If using the Ktor Client #182 in conjunction with kotlinx.serialization #89 , then - both being KMP libraries - the API of the generated code should already be 'Multiplatform' compatible. This means the only additional requirement for any Fabrikt-generated code module to be Multiplatform too; is to have a KMP Gradle configuration with the generated code placed in a commonMain source-set.

@averabaq averabaq added the enhancement New feature or request label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants