diff --git a/build.gradle b/build.gradle index 025b0d3..7de8b90 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ buildscript { kotlin_version = '1.3.61' kotlinxMetadataVersion = '0.0.5' kotlinBuilderAnnotationVersion = '1.0-SNAPSHOT' - autoServiceVersion = '1.0-rc4' - mapstructVersion = '1.3.1.Final' + autoServiceVersion = '1.0-rc7' + mapstructVersion = '1.4.0.Beta1' javaPoetVersion = '1.11.1' } @@ -23,4 +23,4 @@ buildscript { dependencies { classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") } -} \ No newline at end of file +} diff --git a/mapstruct-kotlin-processor/src/main/resources/META-INF/gradle/incremental.annotation.processors b/mapstruct-kotlin-processor/src/main/resources/META-INF/gradle/incremental.annotation.processors new file mode 100644 index 0000000..388b151 --- /dev/null +++ b/mapstruct-kotlin-processor/src/main/resources/META-INF/gradle/incremental.annotation.processors @@ -0,0 +1,2 @@ +com.github.pozo.BuilderProcessor,isolating +