ThePrimeagen / ts-rust-zig-deez

627 stars 162 forks source link

Upgraded Kotlin implementation to Multiplatform #149

Closed ekgame closed 1 year ago

ekgame commented 1 year ago

This change makes one of the Kotlin implementations multiplatform. That means we can now compile to both Java bytecode (to run on JVM) and JavaScript (to run in node or a browser).

All tests run in JVM, node.js and a headless browser.

Includes a basic REPL running in a browser. Type-safe CSS goes brrrrr.

vhladko commented 1 year ago

@hermannm could you take a look to this one ? :)

hermannm commented 1 year ago

@hermannm could you take a look to this one ? :)

Will do!

hermannm commented 1 year ago

@vhladko Can you merge? We're renaming kotlin2 -> kotlin-multiplatform, and adding @ekgame and @LizAinslie to the CODEOWNERS for it (we're working together, see the thread here)

vhladko commented 1 year ago

Sure, let’s go :)