Update gradle and kotlin

This commit is contained in:
MattBDev
2020-08-24 22:53:29 -04:00
parent 8a6db57433
commit eeb02d3937
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ import java.util.Properties
plugins {
`kotlin-dsl`
kotlin("jvm") version embeddedKotlinVersion
kotlin("jvm") version "1.4.0"
}
repositories {