kmp-modifier/src/main/kotlin/com/intellij/packageSearch/mppDependencyUpdater/dsl/elements/CommonMainSourceSetElement.kt [28:34]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Suppress("UNCHECKED_CAST") private val CHILD_PROPERTIES_ELEMENTS_MAP = mapOf( "dependencies" to SourceSetDependenciesElement.DEPENDENCIES as PropertiesElementDescription, ).let { ImmutableMap.copyOf(it) } override fun getChildPropertiesElementsDescriptionMap(kind: GradleDslNameConverter.Kind?) = CHILD_PROPERTIES_ELEMENTS_MAP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kmp-modifier/src/main/kotlin/com/intellij/packageSearch/mppDependencyUpdater/dsl/elements/CommonTestSourceSetElement.kt [28:34]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @Suppress("UNCHECKED_CAST") private val CHILD_PROPERTIES_ELEMENTS_MAP = mapOf( "dependencies" to SourceSetDependenciesElement.DEPENDENCIES as PropertiesElementDescription, ).let { ImmutableMap.copyOf(it) } override fun getChildPropertiesElementsDescriptionMap(kind: GradleDslNameConverter.Kind?) = CHILD_PROPERTIES_ELEMENTS_MAP - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -