Remove a useless println call
This commit is contained in:
parent
3570e63f43
commit
88bb0c6567
|
@ -19,7 +19,6 @@ kotlin {
|
|||
moduleName = "Username404_Website"
|
||||
compilations.all {
|
||||
with(languageSettings) {
|
||||
println(coreLibrariesVersion)
|
||||
apiVersion = coreLibrariesVersion.substring(0..2)
|
||||
languageVersion = (apiVersion!!.toDouble() + 0.1).toString()
|
||||
progressiveMode = true
|
||||
|
|
Loading…
Reference in New Issue