io.github.electrolytej.apt-plugin
所有者: electrolytej
一个帮助您轻松使用squareup javapoet的插件
https://github.com/big-frontend/module-assembler/tree/main/module-assembler-gradle-plugin
源代码: https://github.com/big-frontend/module-assembler.git
版本 1.0.0 (最新)
1.0.0
创建于 2024年7月25日。
一个帮助您轻松使用squareup javapoet的插件
使用 插件DSL
plugins {
id("io.github.electrolytej.apt-plugin") version "1.0.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.electrolytej:module-assembler-gradle-plugin:1.0.0")
}
}
apply(plugin = "io.github.electrolytej.apt-plugin")
使用 插件DSL
plugins {
id "io.github.electrolytej.apt-plugin" version "1.0.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.github.electrolytej:module-assembler-gradle-plugin:1.0.0"
}
}
apply plugin: "io.github.electrolytej.apt-plugin"