build.gradle
# kapt
r
build.gradle
k
Looks like you only have retrofit defined in the library module. In that case, changing from
implementation
to
api
should fix your problem