skennedy
12/29/2023, 6:26 PMShane Myrick
12/30/2023, 12:23 AMDariusz Kuc
01/11/2024, 5:06 AMbuildscript {
dependencies {
// explicitly specify the dependency here
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
}
}
you can verify whether it works by then running the target goal with --scan
and checking the build dependenciesDariusz Kuc
01/11/2024, 5:11 AMTom Hermann
01/16/2024, 8:28 PMDariusz Kuc
01/16/2024, 8:30 PMDariusz Kuc
01/16/2024, 8:30 PM