mapbox / mapbox-base-android

This repository hosts annotation processors and module providers for Mapbox modular SDKs.
Other
11 stars 8 forks source link

Use Dokka-generated files when building a javadoc jar #9

Closed LukasPaczos closed 4 years ago

LukasPaczos commented 4 years ago

Using a classic Javadoc task on KDoc is going to result in an empty javadoc.jar. We need to depend on the dokka task and its output directory for Kotlin modules.