Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Add incremental annotation processing
Browse files Browse the repository at this point in the history
  • Loading branch information
mtraynham committed Jun 24, 2020
1 parent 870d038 commit fc54c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand All @@ -23,4 +23,4 @@ buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
com.github.pozo.BuilderProcessor,isolating

0 comments on commit fc54c32

Please sign in to comment.