Joakim Tengstrand
06/22/2020, 12:46 PMplugins {
kotlin("jvm") version "1.3.72"
}
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath(kotlin("gradle-plugin", version = "1.3.72"))
}
}
sourceSets.main {
java.srcDirs("components/logger/src",
"components/user/src")
}
diesieben07
06/22/2020, 1:09 PMidea
plugin:
plugins {
idea
}
That usually helps for meJoakim Tengstrand
06/22/2020, 1:43 PMdiesieben07
06/22/2020, 2:00 PMJoakim Tengstrand
06/22/2020, 2:18 PMMarshall
06/23/2020, 8:09 PMJoakim Tengstrand
07/02/2020, 1:46 PM