org.brightify.hyperdrive
Owner: Tadeas Kriz
Kotlin Multiplatform extensions plugin.
Sources: https://github.com/Brightify/hyperdrive-kt
Version 0.1.139 (latest)
0.1.139
Created 15 March 2022.
Kotlin Multiplatform extensions plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.brightify.hyperdrive") version "0.1.139"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.brightify.hyperdrive:plugin-gradle:0.1.139") } } apply(plugin = "org.brightify.hyperdrive")
- Applying plugins to all subprojects .