mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Generate proguard rules for code gen on demand (#1067)
* Extract target constructor signature into TargetConstructor.kt We'll need this to know what the runtime types are for proguard rules * Add ProguardConfig * Wire in proguard config * Write proguard configs out with adapters * Add full tests * Now remove the rules! * Ignore on inline classes for now * Pass adapter constructor params correctly
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -38,6 +38,7 @@
|
||||
<okio2.version>2.1.0</okio2.version>
|
||||
<kotlin.version>1.3.60</kotlin.version>
|
||||
<kotlinpoet.version>1.5.0</kotlinpoet.version>
|
||||
<asm.version>7.1</asm.version>
|
||||
<kotlinx-metadata.version>0.1.0</kotlinx-metadata.version>
|
||||
<maven-assembly.version>3.1.0</maven-assembly.version>
|
||||
|
||||
|
Reference in New Issue
Block a user