Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Adding versioning mechanism for multimodule
* Versioning improvement
* Refactor configuration, add ordering
* Fix integration tests
* Change packages, unignore test
Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
|
|
Some test methods were dropped intentionally, as using them can lead to subtle bugs. The same methods are available in the base-test-utils module
|
|
|
|
|
|
Bump Gradle version to 6.7.1
|
|
* Parsing of JvmName
* Make JvmName processor run after KaJ
|
|
* Use maven instead of aether to resolve additional dependencies
Aether is still used, but now indirectly by maven.
Using maven directly allows to reuse all the configurations
like repositories, mirrors, proxies and the local repository.
|
|
|
|
|
|
* Multimodule tests
* Multimodule tests
|
|
|
|
(#1657)
|
|
|
|
|
|
|
|
* Add dokka to link
* Change anchor text color in footer
|
|
|
|
|
|
|
|
|
|
|
|
and static (#1636)
|
|
|
|
substitution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix problem with ordering in Java api
* HtmlRender allow to render html code directly from String
|
|
* Remove suspend from SourceToDocumentableTranslator
* Introduce AsyncSourceToDocumentableTranslator
Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
|
|
* Make searchbar an extension point
* Change SearchbarDataInstaller to be a preprocessor
* Split navigation and navigation search
|