aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle
AgeCommit message (Collapse)Author
2023-10-16Update Dokka's references to 1.9.10 (#3210)Ignat Beresnev
2023-09-01Update Dokka's references to 1.9.0 (#3154)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-08-04Update examples and tests to use Kotlin 1.9.0 (#3101)Ignat Beresnev
* Opt into foreign API for CPointed * Stop using the deprecated JS backend
2023-06-06Update Dokka's references to 1.8.20 (#3028)Ignat Beresnev
2023-05-24update mobile view and some bugs (#2836)Konstantin Chernenko
* Fix dark theme bugs: mobile TOC is visible on 1px and has white background, menu icon is black * Refactoring css styles for header controls * Change header responsive layout * Change header responsive layout * Fix scrollable columns for any header size * Remove main content mobile spacing * Change style for platform filters and labels * Fix: add burger icon into dist * Fix: long code token in mobile view * Fix: color in filter selector * Fix: long token in keyValue for desktop * Fix: add spacing for iPad Mini * Fix: dropdown for multiple versions * update platform brand colors * Fix: sample spacing, blockquote, playground initialize * Safari fix outline for platform tags * Fix non-js main content for better SEO * Fix outline for safari browser * Add consistent vertical spacing for header. It should normalize subpixel artifacts and centred content. * Update manual for custom logo * Add comment for playground * Hide copy button for non-js user * fix; use google fonts * feat; change style for platform in platform-tags * Revert Inter as defult font * Add breaks for CONSTANTS * incorrect non-js script position * less specific selector for article links
2023-04-25Simplify multimodule source link configuration example (#2974)Ignat Beresnev
2023-04-21Add source links to the dokka-multimodule-example project (#2966)Ignat Beresnev
2023-03-28Fix example project links in README (#2943)Ignat Beresnev
Fixes #2932 The table was copy-pasted from the parent examples directory without changing relative links
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-13Remove unnecessary brackets from plugin versions (#2916)aSemy
2023-03-06Update Dokka references to 1.8.10 (#2898)Ignat Beresnev
2023-02-10Update Kotlin to 1.8.10 (#2797)Ignat Beresnev
2023-01-30Bump Gradle to 7.6 (#2756)Goooler
2023-01-19Revise README documentation for examples and plugins (#2736)Ignat Beresnev
2022-10-12Update documentation and examples for 1.7.20 (#2697)Ignat Beresnev
2022-10-04Update Kotlin to 1.7.20 (#2692)Ignat Beresnev
2022-09-27Update Kotlin to 1.7.20-RC (#2682)Ignat Beresnev
2022-08-24Bump Gradle to 7.5.1 (#2618)Goooler
2022-08-22Fix path in versioning example on Windows (#2632)Vadim Mishenev
2022-08-17Update dokka-customFormat-example to use up-to-date logo styles (#2608)Ignat Beresnev
2022-07-13Update references and documentation to Dokka 1.7.10 (#2566)Ignat Beresnev
2022-07-08Update Kotlin to 1.7.10 (#2564)Ignat Beresnev
2022-06-20Update documentation and examples to Dokka 1.7.0 (#2542)Ignat Beresnev
2022-04-25Update documentation and examples to Dokka 1.6.21 (#2465)Ignat Beresnev
2022-04-15Update documentation, examples and test references to 1.6.20 (#2440)Ignat Beresnev
* Update documentation/example/test references to 1.6.20 * Mute Multiplatform0GradleIntegrationTest due to missing KLIB support * Update gradle and AGP versions to the latest
2022-02-09Trigger publishing of dokka-versioning-multimodule-examplevmishenev
2022-02-09Update Gradle in examplesvmishenev
Trigger publishing of dokka-versioning-multimodule-example
2021-12-27Update Dokka examples and readme to 1.6.10 (#2293)Ignat Beresnev
2021-12-08Fix for repositories not defined issue in versioning multimodule example (#2263)rajdeep
2021-11-23Add sample project of versioning multi module (#2170)vmishenev
* Add sample project of versioning multi module * Add sample task to generate previously docs * Update Gradle version * Update Kotlin version
2021-11-23Update README, docs and examples to 1.6 (#2237)vmishenev
2021-11-13Bump gradle to 7.3 (#2224)Goooler
2021-09-23Update examples to 1.5.30 (#2145)Marcin Aman
2021-09-21Bump gradle to 7.2 (#2144)Goooler
* Bump gradle to 7.2 * Bump gradle to 7.2 under examples * Add .gitattributes rule of eol
2021-07-28Migrate Dokka examples to Dokka repo (KT-47798) (#2030)vmishenev
* Migrate Dokka examples to Dokka repo (KT-47798) * Configure workflow of examples checking * Add workflow to deploy examples