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

Generate KMP projects #437

Closed
aajtodd opened this issue Jul 8, 2021 · 1 comment
Closed

Generate KMP projects #437

aajtodd opened this issue Jul 8, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aajtodd
Copy link
Contributor

aajtodd commented Jul 8, 2021

Add a flag to the Kotlin plugin to support generation of KMP structure. The runtime need not support all the targets to do this.

e.g.

Today projects are generated as JVM only targets:

generated/src/main/kotlin/{package}

We should enable generating a KMP structure and apply the apropriate plugin by default:

generated/
    commonMain/kotlin/{package}
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