Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rbusarow/kmp-multi-version-compiler
- Owner: RBusarow
- Created: 2024-01-23T18:12:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T21:27:15.000Z (8 months ago)
- Last Synced: 2024-03-10T22:34:56.806Z (8 months ago)
- Language: Kotlin
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.