I created a library project that creates a .aar file and also generates javadoc with the gradlew command.
Now I am adding this .aar file to another project and it works fine, but I want to add the created javadoc to this .aar file.
How is this possible in android studio?
source share