Top "Auto-value" questions

Immutable value type code generation for Java 1.6+.

Cannot resolve symbol with AutoValue and IntelliJ

I have been trying to find the correct settings for IntelliJ's annotation processing in order for it to co-exist with …

java intellij-idea code-generation auto-value gradle-apt-plugin
Kapt does not work with AutoValue in Android Studio 3.0

Gradle dependencies: compile 'com.google.dagger:dagger:2.9' annotationProcessor 'com.google.dagger:dagger-compiler:2.9' kapt 'com.google.dagger:dagger-compiler:2.9' …

android-studio kotlin auto-value kapt