Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rbusarow/kmp-multi-version-compiler

This is an exploration/POC for using KMP to write a library which supports multiple versions of the Kotlin compiler simultaneously.
https://github.com/rbusarow/kmp-multi-version-compiler

Last synced: 28 days ago
JSON representation

This is an exploration/POC for using KMP to write a library which supports multiple versions of the Kotlin compiler simultaneously.

Awesome Lists containing this project

README

        

This is a very rough concept for creating a KMP project with multiple jvm targets.
These targets build against different kotlin-compiler versions.
In theory, this pattern allows you to support multiple Kotlin versions concurrently.