You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the maintainer Li Haoyi: I'm putting a 2000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
The goal of this bounty is to flesh out the missing parts of Kotlin-Multi-Platform support. Previous Kotlin support in Mill is mostly for the JVM (#3451) with some support for web and very basic Kotlin-JS use cases (#3611). The goal here is to flesh out the Kotlin-JS functionality, add support for Kotlin-Native, and improve the overall multi-platform support e.g. publishing and consuming KMP modules and writing KMP applications
Example for Kotlin/JS support of browser executables and test runner with selectors (500USD)
Currently we only support node executables
Example for Kotlin/Native support (1000USD)
This should be the equivalent of example/kotlinlib/basic/1-simple as well as example/scalalib/native/2-interop but written using Kotlin-Native.
Publishing Kotlin-Multi-Platform modules
Proper support for .module files such that they can be resolved by Gradle's kotlin-multi-platform integration (500USD)
Example of a hello-world Kotlin-Multi-Platform app that uses Jetpack-Compose-Multi-Platform to support Desktop/Android/Web (500USD)
This can be a relatively trivial Hello-World application, but it should work on all three platforms using the same Kotlin code
These milestones are open for discussion, and can be modified or additional milestones added if necessary
The text was updated successfully, but these errors were encountered:
@c0d33ngr i expect we would need a KotlinNativeModule, since kotlin native would have its own flags and configuration. This would be similar to ScalaNativeModule
From the maintainer Li Haoyi: I'm putting a 2000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
The goal of this bounty is to flesh out the missing parts of Kotlin-Multi-Platform support. Previous Kotlin support in Mill is mostly for the JVM (#3451) with some support for web and very basic Kotlin-JS use cases (#3611). The goal here is to flesh out the Kotlin-JS functionality, add support for Kotlin-Native, and improve the overall multi-platform support e.g. publishing and consuming KMP modules and writing KMP applications
Example for Kotlin/JS support of browser executables and test runner with selectors (500USD)
node
executablesExample for Kotlin/Native support (1000USD)
example/kotlinlib/basic/1-simple
as well asexample/scalalib/native/2-interop
but written using Kotlin-Native.Publishing Kotlin-Multi-Platform modules
.module
files such that they can be resolved by Gradle's kotlin-multi-platform integration (500USD)Example of a hello-world Kotlin-Multi-Platform app that uses Jetpack-Compose-Multi-Platform to support Desktop/Android/Web (500USD)
These milestones are open for discussion, and can be modified or additional milestones added if necessary
The text was updated successfully, but these errors were encountered: