kapt: Support lazy evaluation of additional kapt arguments in test
This commit is contained in:
+3
-1
@@ -36,5 +36,7 @@ task wrapper(type: Wrapper) {
|
|||||||
|
|
||||||
kapt {
|
kapt {
|
||||||
generateStubs = true
|
generateStubs = true
|
||||||
arg("suffix", "Customized")
|
arguments {
|
||||||
|
arg("suffix", "Customized")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user