io.github.johnshazhu.lib_annotation_transform
Owner: jf.xie
A plugin for inject annotation transfrom process
https://github.com/johnshazhu/lib_annotation_transform
Sources: https://github.com/johnshazhu/lib_annotation_transform.git
Version 1.0.6
1.0.6
Created 03 August 2023.
A plugin for inject annotation transfrom process
Using the plugins DSL:
plugins {
id("io.github.johnshazhu.lib_annotation_transform") version "1.0.6"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.johnshazhu:lib_annotation_transform:1.0.6")
}
}
apply(plugin = "io.github.johnshazhu.lib_annotation_transform")
Using the plugins DSL:
plugins {
id "io.github.johnshazhu.lib_annotation_transform" version "1.0.6"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.johnshazhu:lib_annotation_transform:1.0.6"
}
}
apply plugin: "io.github.johnshazhu.lib_annotation_transform"