summaryrefslogtreecommitdiff
path: root/sw-common-model
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-05-22 13:38:31 +0200
committerjbion <joffrey.bion@amadeus.com>2019-05-22 13:38:31 +0200
commit26748ddeb41604615a233f9449bace5ec49b6faf (patch)
tree1e0b368b308320e6f795bd76c7c98868c2083816 /sw-common-model
parentUpgrade gradle wrapper to 5.4.1 (diff)
downloadseven-wonders-26748ddeb41604615a233f9449bace5ec49b6faf.tar.gz
seven-wonders-26748ddeb41604615a233f9449bace5ec49b6faf.tar.bz2
seven-wonders-26748ddeb41604615a233f9449bace5ec49b6faf.zip
Remove extra space
Diffstat (limited to 'sw-common-model')
-rw-r--r--sw-common-model/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw-common-model/build.gradle.kts b/sw-common-model/build.gradle.kts
index c1c6e3fe..a9c9315b 100644
--- a/sw-common-model/build.gradle.kts
+++ b/sw-common-model/build.gradle.kts
@@ -7,7 +7,7 @@ kotlin {
jvm()
js()
sourceSets {
- val commonMain by getting {
+ val commonMain by getting {
dependencies {
implementation(kotlin("stdlib-common"))
}
bgstack15