com.mrcd.auto.mvp
所有者: 徐星晨
自动生成 MVP 代码!
https://github.com/SevenNight2012
来源:https://github.com/SevenNight2012
版本 0.0.1 (最新版)
0.0.1
创建于 2019年7月26日。
自动生成 MVP 代码!
使用 plugins DSL
plugins {
id("com.mrcd.auto.mvp") version "0.0.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.mrcd:auto-mvp:0.0.1")
}
}
apply(plugin = "com.mrcd.auto.mvp")
使用 plugins DSL
plugins {
id "com.mrcd.auto.mvp" version "0.0.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "com.mrcd:auto-mvp:0.0.1"
}
}
apply plugin: "com.mrcd.auto.mvp"