Michał Sikora
Michał Sikora
Library should provide consumer Proguard rules. Our QA builds are shrinked but still use utilities such as this one. I didn't pinpoint which rules are required specifically and just use...
## :bulb: Motivation A reminder PR. Have to wait for Gradle to unblock the ecosystem. https://github.com/gradle/gradle/issues/16345 ## :pencil: Checklist - [ ] I updated the [changelog](https://github.com/MiSikora/laboratory/blob/trunk/library/docs/changelog.md). - [ ] I...
```groovy laboratory { optionFactory() dependency(project(":module-a")) } ``` Using generated `OptionFactory` will fail without including them in the module's dependencies block. Perhaps all projects included in `laboratory` should be added as...
This is in anticipation of multiplatform support and because Java support is not a target of this library anyway.
Dokka should provide GFM output that can be used by MkDocs to deploy it to the website.
Blocked by https://youtrack.jetbrains.com/issue/KT-43966
Currently it is "blocked" by [KT-14743](https://youtrack.jetbrains.com/issue/KT-14743) as making the whole API `inline` is not something I want to dive into.