diff options
author | Paweł Marks <pmarks@virtuslab.com> | 2020-09-11 15:14:32 +0200 |
---|---|---|
committer | Paweł Marks <pmarks@virtuslab.com> | 2020-09-11 15:14:32 +0200 |
commit | 066e810bd5fc6fc5bab8e897fd3ec9032b76ec3d (patch) | |
tree | 01189919fb627496e0218ff7baead96baefd9ef7 /gradle.properties | |
parent | c94b74b3bc75fe6b86467dea257f502af6c2f43d (diff) | |
download | dokka-066e810bd5fc6fc5bab8e897fd3ec9032b76ec3d.tar.gz dokka-066e810bd5fc6fc5bab8e897fd3ec9032b76ec3d.tar.bz2 dokka-066e810bd5fc6fc5bab8e897fd3ec9032b76ec3d.zip |
Bump kotlin plugin version
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 40d88ff5..3e16092d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ dokka_integration_test_parallelism=2 kotlin_version=1.4.10 coroutines_version=1.3.9 kotlinx_html_version=0.7.2 -kotlin_plugin_version=1.4.0-release-329 +kotlin_plugin_version=1.4.10-release-411 idea_version=193.6494.35 language_version=1.4 # Code style |