Skip to content

Commit c231c7e

Browse files
tokuhiromimasahiro
authored andcommitted
Use kotlin 1.3.20 intead of 1.3.11 (#322)
Latest gradle prints `The DefaultSourceDirectorySet constructor has been deprecated.` warning. Upgrading kotlin solves this wanrning. ref. https://stackoverflow.com/questions/53461821/the-defaultsourcedirectoryset-constructor-has-been-deprecated-how-to-use-the-ob
1 parent d51d7eb commit c231c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// ./gradlew clean && ./gradlew uploadArchives -Prelease
1818

1919
buildscript {
20-
ext.kotlin_version = '1.3.11'
20+
ext.kotlin_version = '1.3.20'
2121

2222
repositories {
2323
mavenCentral()

0 commit comments

Comments
 (0)