dmitrykolesnikovich / Knee

Seamless two-way communication between Kotlin/Native and Kotlin/JVM. Supports suspend functions, classes, interfaces, no-copy buffers and much more.

Home Page:https://opensource.deepmedia.io/knee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Release Issues

Project logo

🦵 Knee 🦵

A Kotlin compiler plugin and companion runtime tools that provides seamless communication between Kotlin/Native binaries and Kotlin/JVM, using a thin and efficient layer around the JNI interface.

With Knee, you can write idiomatic Kotlin/Native code, annotate it and then invoke it transparently from JVM as if they were running on the same environment.

// settings.gradle.kts
pluginManagement {
    repositories {
        gradlePluginPortal()
        mavenCentral()
    }
}

// build.gradle.kts
plugins {
    id("io.deepmedia.tools.knee") version "1.0.0"
}

Please check out the documentation.

About

Seamless two-way communication between Kotlin/Native and Kotlin/JVM. Supports suspend functions, classes, interfaces, no-copy buffers and much more.

https://opensource.deepmedia.io/knee

License:Apache License 2.0


Languages

Language:Kotlin 100.0%