Dokka documentation not inherited cross module #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently Dokka does not support documentation inheritance over multiple modules.
https://github.com/Kotlin/dokka/issues/463
Our RoomEx module has the
RoomExAutoDao<T>class which inherits theICrud<T>interface, which is defined in the RoomEx-Common module.This is not something we can fix currently.