Skip to content

Commit

Permalink
Update Kotlin to version 1.3.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Apr 12, 2019
1 parent afa5df0 commit e647676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'signing'
apply plugin: 'org.jetbrains.dokka'

buildscript {
ext.version_kotlin = '1.2.61'
ext.version_kotlin = '1.3.21'
ext.version_dokka = '0.9.17'
ext.version_java_util = '[2.0.1,2.1.0)'
ext.version_slf4j = '[1.7,1.8)'
Expand Down

0 comments on commit e647676

Please sign in to comment.