Skip to content

Commit

Permalink
module rename
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbmfj committed Mar 6, 2019
1 parent 2d4f945 commit 86bf5e4
Show file tree
Hide file tree
Showing 25 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion gui/build.gradle.kts → library-gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application {

dependencies {
implementation(kotlin("stdlib-jdk8"))
compile(project(":common"))
compile(project(":library-common"))
compile("org.slf4j:slf4j-api:1.7.21")
compile("org.slf4j:slf4j-simple:1.7.21")
compile("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application {

dependencies {
implementation(kotlin("stdlib-jdk8"))
compile(project(":common"))
compile(project(":library-common"))
compile("org.slf4j:slf4j-api:1.7.21")
compile("org.slf4j:slf4j-simple:1.7.21")
compile("io.javalin:javalin:2.6.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ application {

dependencies {
implementation(kotlin("stdlib-jdk8"))
compile(project(":common"))
compile(project(":library-common"))
compile("org.slf4j:slf4j-api:1.7.21")
compile("org.slf4j:slf4j-simple:1.7.21")
compile("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.name = "kotlinnight"
include("common")
include("web-javalin")
include("web-ktor")
include("gui")
include("library-common")
include("library-web-javalin")
include("library-web-ktor")
include("library-gui")

0 comments on commit 86bf5e4

Please sign in to comment.