Is anyone here using Google Auto[1], specifically AutoValue with play? It does seem to work in general but sbt is giving me warnings:
> [warn] Could not determine source for class models.AutoValue_SomeValueClass
> Expecting a .class file but got AutoValue_SomeValueClass.java ... ignoring
> Expecting a .class file but got AutoValue_SomeValueClass.java ... ignoring
Also IntelliJ does not seem to be able to find the generated class.