I'm developing a SDK for Android platform, using Android Studio Arctic Fox. There is some JavaDocs included in the code, for each method, class, etc.
The problem is after building the project (using Gradle) and adding the SDK as a dependency in another project, docs aren't available.
Any ideas around this? how can I keep the docs?
Asked
Active
Viewed 54 times
0
alizeyn
- 2,099
- 18
- 26
-
Does https://stackoverflow.com/a/61428980/12844632 help? – Egor Klepikov Jan 14 '22 at 06:33
-
@EgorKlepikov I think it's just going to download the docs and not shipping them with the release. – alizeyn Jan 14 '22 at 10:50