Initial commit

This commit is contained in:
2020-02-10 19:31:44 +01:00
commit 1b83f88c8f
14 changed files with 685 additions and 0 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
mavenCentral()
maven { setUrl("https://plugins.gradle.org/m2/") }
}
}
rootProject.name = "kotlin-css-generator"