diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2018-10-29 18:20:51 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-06 18:19:44 +0200 |
| commit | a98d8ce9f3dfa5df99f0573cdf741fb251881d7e (patch) | |
| tree | 3abdef0626d7fe1bdc0fa5b6d8db2d2a3a64cc5e /build.gradle | |
| parent | 783a021a1cb6641d0494067b44fdc02f41630493 (diff) | |
chore: Move to Kotlin 1.3 official release
This change updates the code base to use the official Kotlin 1.3
release.
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 96031cd8..cc2e3e8e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ */ plugins { - id 'org.jetbrains.kotlin.jvm' version '1.3.0-rc-198' apply false + id 'org.jetbrains.kotlin.jvm' version '1.3.0' apply false id 'org.jetbrains.dokka' version '0.9.17' apply false } |
