Fix issues found in KOTLIN-CR-3233

This commit is contained in:
Sergey Igushkin
2019-09-23 20:00:37 +03:00
parent f0ef5a90b3
commit 0456220f7a
22 changed files with 55 additions and 99 deletions
@@ -69,7 +69,7 @@ interface KotlinCompilation<out T : KotlinCommonOptions> : Named, HasAttributes,
fun associateWith(other: KotlinCompilation<*>)
val associateWith: Set<KotlinCompilation<*>>
val associateWith: List<KotlinCompilation<*>>
override fun getName(): String = compilationName