com.github.pagr0m.kotlin.native.spm
所有者: Pavel Gromov
用于与 Kotlin Multiplatform 项目集成的 Swift Package Manager 插件
https://github.com/PaGr0m/kotlin-spm-plugin
来源:https://github.com/PaGr0m/kotlin-spm-plugin
版本 0.1.1(最新版)
0.1.1
创建于 2021 年 5 月 29 日。
用于与 Kotlin Multiplatform 项目集成的 Swift Package Manager 插件
使用 插件 DSL
plugins {
id("com.github.pagr0m.kotlin.native.spm") version "0.1.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.github.pagr0m:kotlin.native.spm:0.1.1")
}
}
apply(plugin = "com.github.pagr0m.kotlin.native.spm")