looking at this issue with Android’s Room project ...
# kapt
z
looking at this issue with Android’s Room project (room asking for an output dir for schemas) - https://issuetracker.google.com/issues/139438151. The crux of the issue there is that it puts an absolute path in apt options, which breaks remote cache. Doesn’t that mean that kapt’s
"kapt.kotlin.generated"
option is also not compatible with remote caching? It uses an absolute path as well
😞 1
t
I remember reading somewhere that
kapt.kotlin.generated
is no longer relevant in new kapt versions. But don't quote me on that, I'm still using it 😄
z
yeah kapt supports Filer now