Support gradle incremental processing in code gen (#824)

* Support gradle incremental processing in code gen

This adds support for incremental compilation in gradle via incap helper and marking the code gen as `ISOLATING`.

Depends on a newer version of KotlinPoet that has https://github.com/square/kotlinpoet/pull/647

Resolves #589

* Opportunistically update to auto-service 1.0-rc5

Supports incremental compilation and moves annotations to a separate artifact

* 1.2.0 final!

* Mark compiler embeddales as test only
This commit is contained in:
Zac Sweers
2019-04-17 18:12:11 -07:00
committed by GitHub
parent 11a547023c
commit a5020ddb3c
5 changed files with 29 additions and 22 deletions

View File

@@ -33,6 +33,8 @@
<kotlin-metadata.version>1.4.0</kotlin-metadata.version>
<dokka.version>0.9.17</dokka.version>
<maven-assembly.version>3.1.0</maven-assembly.version>
<incap.version>0.2</incap.version>
<autoservice.version>1.0-rc5</autoservice.version>
<!-- Dependencies -->
<okio.version>1.16.0</okio.version>