I am working on an android project with mixed java...
# kapt
k
I am working on an android project with mixed java/kotlin codebase and my builds fail intermittently with
Copy code
> Task :app:kaptGenerateStubsStagingDebugKotlin FAILED
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
The problem seems to be related with referencing nested kotlin interfaces from java. Has anyone else observed a similar behaviour?