com.divpundir.mavlink.generator
所有者: Divyanshu Pundir
生成 MAVLink 方言 Kotlin 实现的插件。
https://github.com/divyanshupundir/mavlink-kotlin
来源: https://github.com/divyanshupundir/mavlink-kotlin
使用 插件 DSL
plugins {
id("com.divpundir.mavlink.generator") version "1.2.7-alpha"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.divpundir.mavlink:generator:1.2.7-alpha")
}
}
apply(plugin = "com.divpundir.mavlink.generator")