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
We should discuss whether (at some point in the future) we want to move towards a Kotlin Multiplatform project, more specifically to support Kotlin native to generate a native binary instead/or next to a JVM one. This would for example make integration of other libraries/tooling, such as LLVM, go/ or c-based libraries much easier.
In order to do so we probably first need to identity the set of libraries that are pure Java (and get rid of them), ideally replacing them with Kotlin libraries that already have Multiplatform support.
We should discuss whether (at some point in the future) we want to move towards a Kotlin Multiplatform project, more specifically to support Kotlin native to generate a native binary instead/or next to a JVM one. This would for example make integration of other libraries/tooling, such as LLVM, go/ or c-based libraries much easier.
In order to do so we probably first need to identity the set of libraries that are pure Java (and get rid of them), ideally replacing them with Kotlin libraries that already have Multiplatform support.
Dependencies
The text was updated successfully, but these errors were encountered: