commit | ba913be22419ec9b7eb3458fe1253d0c3b396175 | [log] [tgz] |
---|---|---|
author | Leonid Startsev <sandwwraith@gmail.com> | Tue Sep 19 20:52:29 2017 +0300 |
committer | Leonid Startsev <sandwwraith@gmail.com> | Tue Sep 19 21:02:44 2017 +0300 |
tree | 3cda99b7ab540b4be13644035585f8f533c1d060 | |
parent | a1990c49a573fe6c5eac644d38a2993c678467e0 [diff] [blame] |
Moved modules' folders to "runtime" folder
diff --git a/settings.gradle b/settings.gradle index 35e58f1..862cf51 100644 --- a/settings.gradle +++ b/settings.gradle
@@ -2,4 +2,8 @@ include ':common' include ':jvm' -include ':js' \ No newline at end of file +include ':js' + +project(':common').projectDir = file('./runtime/common') +project(':jvm').projectDir = file('./runtime/jvm') +project(':js').projectDir = file('./runtime/js')