Fixed import of JS source sets with Both mode

Added flag indicating that source set naming contract is violated. In this case disambiguition classifier is ignored in IDE.
#KT-37562 Fixed
This commit is contained in:
Andrey Uskov
2020-04-28 22:13:51 +03:00
parent 1f40a71cbe
commit 96887d6e9f
5 changed files with 17 additions and 1 deletions
@@ -28,6 +28,7 @@ interface KotlinTargetComponent : SoftwareComponent {
interface KotlinTarget : Named, HasAttributes {
val targetName: String
val disambiguationClassifier: String? get() = targetName
val useDisambiguitionClassifierAsSourcesetNamePreffix: Boolean
val platformType: KotlinPlatformType