MPP: Implement directory selection UI supporting non-JVM roots

#KT-27291 Fixed
 #KT-26696 Fixed

Original commit: 839d936918
This commit is contained in:
Alexey Sedunov
2018-10-16 19:28:49 +03:00
parent ab5e07f8e4
commit 0d75fe186c
@@ -15,5 +15,9 @@ sealed class KotlinSourceRootType : JpsElementTypeBase<JavaSourceRootProperties>
object TestSource : KotlinSourceRootType()
override fun createDefaultProperties() = JpsJavaExtensionService.getInstance().createSourceRootProperties("")
companion object {
val ALL_SOURCES = setOf(Source, TestSource)
}
}