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
Full rework of the previous preview version, restructuring the codebase and getting rid of ksp and kotlinx-nodejs
(due to it still only being available at JCenter)
Implemented a kotlin compiler plugin to fully support MPP
New gradle plugin architecture building on top of kotlin gradle plugin sub-plugins API
Reworked runtime library to make use of new compiler plugin features
Added support for jvm, js, linuxX64 and macosX64 targets (remaining targets are coming!)
New marker artefact dev.petuska:klip:0.1.0 to conveniently bring all future runtime modules under one umbrella
GH actions to support MPP testing and publishing
Published additional fallback targets that cannot run tests to expand usage scope in commonMain