mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
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:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user