KT-412 Import not resolved if namespace structure doesn't match directory structure
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user