com.martmists.kpy.kpy-plugin
Owner: Martmists
KPy Plugin is a plugin to target the Python C API from Kotlin/Native.
https://github.com/martmists-gh/kpy-plugin
Sources: https://github.com/martmists-gh/kpy-plugin
Version 0.4.4
0.4.4
Created 17 September 2022.
KPy Plugin is a plugin to target the Python C API from Kotlin/Native.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.martmists.kpy.kpy-plugin") version "0.4.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.martmists.kpy:kpy-plugin:0.4.4") } } apply(plugin = "com.martmists.kpy.kpy-plugin")
- Applying plugins to all subprojects .