dokka v0.9.17 Release Notes

Release Date: 2018-05-21 // almost 6 years ago
    • ๐Ÿ›  Fix suppression of generated files for new Android Gradle Plugin #308
    • ๐Ÿ›  Fix the wrong URL for external elements in packages with upper case in Dokka format #285
    • ๐Ÿ›  Fix link resolution context for inherited Kdoc #229
    • ๐Ÿ›  Fix Dokka Maven Plugin to work on JDK9 #272
    • ๐Ÿ›  Fix CCE in getting sourcePsi while Javadoc generation #287, thanks to @Nexcius
    • ๐Ÿ›  Fix not found node for external enum items #274
    • ๐Ÿ›  Fix early resolution of classpath #282
    • โœ‚ Remove unnecessary report logging in Javadoc generator #291, thanks to @lukasniemeier-zalando

    Internals

    ๐Ÿšš LocationService removed, and all logic of path calculations was moved to NodeLocationAwareGenerator which implemented by FileGenerator

    FormatDescriptor now can bind its own services, as it has access to output & analysis module Binder
    0๏ธโƒฃ By default, there is a hierarchy of some abstract base format descriptors, which provides an interface of required services