module 1 lesson 1 - Hello World!
This commit is contained in:
10
settings.gradle.kts
Normal file
10
settings.gradle.kts
Normal file
@ -0,0 +1,10 @@
|
||||
pluginManagement {
|
||||
val kotlinVersion: String by settings
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version kotlinVersion
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "otus-kotlin-developer"
|
||||
include("m1l1-first")
|
||||
Reference in New Issue
Block a user