kotlin-test: rename shared module to common.

Do not use shared kotlin-test while building js stdlib.
This commit is contained in:
Ilya Gorbunov
2017-01-24 01:23:46 +03:00
parent 5ef27f7ad3
commit 9b9852cdc9
18 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -12,10 +12,10 @@
<packaging>pom</packaging>
<modules>
<module>shared</module>
<module>junit</module>
<module>common</module>
<module>jvm</module>
<module>js</module>
<module>junit</module>
</modules>
<properties>