Fix issues found in KOTLIN-CR-3233
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user