diff options
| author | Marcin Aman <marcin.aman@gmail.com> | 2021-06-22 11:18:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 11:18:20 +0200 |
| commit | 8d6536d3a3d0dcd80a2e6b77b047524e15533f0b (patch) | |
| tree | 202f9db5dc3231899c992671fc89a9a56b63db49 /gradle.properties | |
| parent | 2832b9a111ba3af0212cbc180e8b1535b8359a15 (diff) | |
| download | dokka-8d6536d3a3d0dcd80a2e6b77b047524e15533f0b.tar.gz dokka-8d6536d3a3d0dcd80a2e6b77b047524e15533f0b.tar.bz2 dokka-8d6536d3a3d0dcd80a2e6b77b047524e15533f0b.zip | |
Multilanguage docs inheritance (#1951)
* Multilanguage docs inheritance
* Add map to store inherit doc entries
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 28ff1a22..f82dc91e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ dokka_publication_channels=bintray-kotlin-dev&space-dokka-dev dokka_integration_test_parallelism=2 # Versions kotlin_version=1.5.0 -coroutines_version=1.4.3 +coroutines_version=1.5.0 kotlinx_html_version=0.7.3 kotlin_plugin_version=202-1.5.0-release-755-release-IJ8194.7 jsoup_version=1.13.1 |
