We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6722c commit 4d5a161Copy full SHA for 4d5a161
mapstruct-kotlin-gradle/build.gradle.kts
@@ -22,6 +22,16 @@ dependencies {
22
testImplementation("org.assertj:assertj-core:3.11.1")
23
}
24
25
+
26
+kapt {
27
+ arguments {
28
+ // Set Mapstruct Configuration options here
29
+ // https://kotlinlang.org/docs/reference/kapt.html#annotation-processor-arguments
30
+ // https://mapstruct.org/documentation/stable/reference/html/#configuration-options
31
+ // arg("mapstruct.defaultComponentModel", "spring")
32
+ }
33
+}
34
35
tasks.withType<KotlinCompile> {
36
kotlinOptions.jvmTarget = "1.8"
37
0 commit comments