10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
val implementation by configurations
|
|
|
|
dependencies {
|
|
implementation(Jackson.databind)
|
|
implementation(Jackson.module_parameter_names)
|
|
}
|
|
|
|
tasks.withType<JavaCompile> {
|
|
options.compilerArgs.add("-parameters")
|
|
} |