diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-03-19 11:09:07 +0100 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-05-14 13:43:13 +0200 |
commit | 57e6b6210f481dbe03cc01b954e30cb365dd2b2e (patch) | |
tree | 94e1ac18974363f078b7abb1c4239d669557eb0f /gradle.properties | |
parent | 3f2a790190da4f40ea6d8a976aa1929b2a1b002b (diff) | |
download | dokka-57e6b6210f481dbe03cc01b954e30cb365dd2b2e.tar.gz dokka-57e6b6210f481dbe03cc01b954e30cb365dd2b2e.tar.bz2 dokka-57e6b6210f481dbe03cc01b954e30cb365dd2b2e.zip |
Update to 1.4-M2, Native fails with an exception
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 96dfefb5..2924c778 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,10 +2,10 @@ dokka_version_base=0.11.0 dokka_publication_channel=dokka # Kotlin compiler and plugin -kotlin_version=1.3.61 -kotlin_plugin_version=1.3.61-release-180 -idea_version=192.5728.98 -language_version=1.3 +kotlin_version=1.4-M2-eap-70 +kotlin_plugin_version=1.4-M2-eap-63 +idea_version=193.6494.35 +language_version=1.4 # Code style kotlin.code.style=official
\ No newline at end of file |