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: additional rules to support [email protected] multiplatform feature #45

Open
qibinlou opened this issue Dec 5, 2017 · 1 comment

Comments

@qibinlou
Copy link

qibinlou commented Dec 5, 2017

Doc: https://kotlinlang.org/docs/reference/multiplatform.html

I think there is something great we can achieve here to marry the multiplatform feature from [email protected] with Bazel to support Write once, Compile everywhere ambition. For example, the workflow of a full stack development would be: 1) write shared business logic libraries in Kotlin 2) write platform-specific backend/microservice code in Kotlin 3) write mobile/desktop/browser client side application logic code in Kotlin 4) bazel test & bazel build

I wonder whether there is anyone at Pubref interested in discussing and experimenting implementation for that? Based on git history, @pcj any thought ^^

@pcj
Copy link
Contributor

pcj commented Dec 6, 2017

Sounds interesting. Would be good to know the specifics of how the gradle multiplatform plugin works.

As a first step, a kotlin_js_library rule would allow people to at least play around with compiling kotlin to js, which has been around for awhile.

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

No branches or pull requests

2 participants