Added semver.properties processor argument.
This commit is contained in:
parent
37d33f1ea3
commit
7f172d0b90
4 changed files with 38 additions and 8 deletions
|
@ -20,6 +20,12 @@ dependencies {
|
|||
implementation(kotlin("stdlib"))
|
||||
}
|
||||
|
||||
kapt {
|
||||
arguments {
|
||||
arg("semver.properties", "$projectDir/version.properties")
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue