rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
603 stars 103 forks source link

What dependency AutoValue annotation is in ? #255

Closed unoexperto closed 3 years ago

unoexperto commented 3 years ago

What dependency @AutoValue annotation is in ?

I added these

    implementation("com.google.code.gson:gson:2.8.6")
    implementation("com.ryanharter.auto.value:auto-value-gson-runtime:1.3.0")
    kapt("com.ryanharter.auto.value:auto-value-gson-extension:1.3.0")
    kapt("com.ryanharter.auto.value:auto-value-gson-factory:1.3.0")

They won't have it :(

ZacSweers commented 3 years ago

it is in the auto value annotations project, which this depends on