aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/gradle
AgeCommit message (Expand)Author
2023-04-25Tidy/remove unnecessary imports and suppressions (#2975)aSemy
2023-04-21Add Gradle integration tests for configuration (#2963)Ignat Beresnev
2023-03-27Mark utilities.* API as Dokka-internal (#2937)Vsevolod Tolstopyatov
2023-03-17Introduce Gradle Version Catalog with type-safe project dependencies (#2884)aSemy
2023-03-16Fix test runtime Java versions (#2918)aSemy
2023-03-13Migrate buildSrc to composite build (#2912)Goooler
2023-03-07Use buildSrc convention plugins to configure the Dokka subprojects (#2704)aSemy
2023-03-06Update Dokka references to 1.8.10 (#2898)Ignat Beresnev
2023-02-21Remove outdated stdlib integration test (#2841)Ignat Beresnev
2023-02-10Update Kotlin to 1.8.10 (#2797)Ignat Beresnev
2023-01-30Bump Gradle to 7.6 (#2756)Goooler
2023-01-27Fix dependency resolution in wasm integration test (#2832)Ignat Beresnev
2023-01-26Temporary fix for missing wasm stdlib dependency from coroutines and atomicfu...Igor Yakovlev
2023-01-26Support kotlin wasm targetIgor Yakovlev
2023-01-13Avoid snapshotting sourceLink.localDirectory input (#2807)ilya-g
2022-12-16Display `SinceKotlin` everywhere (#2708)Vadim Mishenev
2022-11-26Fix OOME: Metaspace (#2678)Vadim Mishenev
2022-10-13Ignore BuiltIns for StdLib (#2658)Vadim Mishenev
2022-10-04Update Kotlin to 1.7.20 (#2692)Ignat Beresnev
2022-09-27Update Kotlin to 1.7.20-RC (#2682)Ignat Beresnev
2022-09-26Add documentation for synthetic Enum `values()` and `valueOf()` functions (#2...Ignat Beresnev
2022-09-26Extract classpath from `KotlinSharedNativeCompilation` as well (#2664)Vadim Mishenev
2022-09-22Update integration tests: coroutines, serialization, biojava (#2672)Ignat Beresnev
2022-09-01Use GitHub Actions Artifacts to store snapshots instead of S3 (#2630)Stefan M
2022-09-01Add `DynamicTypeDeserializer` (#2645)Vadim Mishenev
2022-08-24Bump Gradle to 7.5.1 (#2618)Goooler
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-06-16Update tested AGP version to latest (#2535)Ignat Beresnev
2022-06-10Bump Kotlin to 1.7.0 (#2529)Vadim Mishenev
2022-06-09Make `dokka-analysis` dependency compileOnly in base plugin (#2521)Vadim Mishenev
2022-06-07Bump Kotlin to 1.7.0-RC2 (#2522)Vadim Mishenev
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
2022-05-26Fix some integration tests on Windows (#2507)Matthew Haughton
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-04-25Update documentation and examples to Dokka 1.6.21 (#2465)Ignat Beresnev
2022-04-21Update Kotlin to 1.6.21 (#2454)Ignat Beresnev
2022-04-18Support KLIB for Common platform (#2441)Vadim Mishenev
2022-04-15Update documentation, examples and test references to 1.6.20 (#2440)Ignat Beresnev
2022-04-14Use common gradle+kotlin versions across gradle integration tests (#2287)Ignat Beresnev
2022-02-21Add option to merge implicit expect-actual declarations (#2316)Vadim Mishenev
2022-02-09Add KotlinWebSite plugin to transform samples (#2349)Vadim Mishenev
2021-12-29Serialization integration tests 1.6 (#2294)Ignat Beresnev
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-12-17Update kotlin and dokka versions to 1.6.10 (#2274)Ignat Beresnev
2021-12-17Fix setup js deps (#2258)Vadim Mishenev
2021-12-15Bump coroutines to 1.6.0 in integration test (#2276)Vadim Mishenev
2021-12-13Bump de.undercouch.download to 4.1.2 (#2268)Vadim Mishenev
2021-11-18Bump Kotlin to 1.6.0 (#2226)vmishenev