KT-412 Import not resolved if namespace structure doesn't match directory structure

This commit is contained in:
Andrey Breslav
2011-10-28 21:53:42 +04:00
parent af1840e5c0
commit 51c1ce836a
2 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,6 @@
namespace kotlin.modules
namespace kotlin
namespace modules {
import java.util.*
import jet.modules.*
@@ -45,3 +47,5 @@ class ModuleBuilder(val name: String): IModuleBuilder {
override fun getSourceFiles(): List<String?>? = sourceFiles
override fun getClasspathRoots(): List<String?>? = classpathRoots
}
}