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

Commit

Permalink
Merge pull request #20 from mtraynham/ref_18_incremental_annotation_p…
Browse files Browse the repository at this point in the history
…rocessing

Ref #18 - Add incremental annotation processing
  • Loading branch information
Pozo authored Jul 25, 2020
2 parents 870d038 + fc54c32 commit 6ecade6
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 6ecade6

Please sign in to comment.