[Gradle] Implement IdeJvmAndAndroidSourceDependencyResolver
KT-55112
This commit is contained in:
committed by
Space Team
parent
38446dc3e8
commit
dcc196db04
+2
-1
@@ -6,12 +6,13 @@
|
||||
package org.jetbrains.kotlin.gradle.idea.tcs
|
||||
|
||||
import org.jetbrains.kotlin.tooling.core.MutableExtras
|
||||
import org.jetbrains.kotlin.tooling.core.mutableExtrasOf
|
||||
import java.io.Serializable
|
||||
|
||||
data class IdeaKotlinSourceDependency(
|
||||
val type: Type,
|
||||
override val coordinates: IdeaKotlinSourceCoordinates,
|
||||
override val extras: MutableExtras
|
||||
override val extras: MutableExtras = mutableExtrasOf()
|
||||
) : IdeaKotlinDependency {
|
||||
enum class Type : Serializable {
|
||||
Regular, Friend, DependsOn;
|
||||
|
||||
Reference in New Issue
Block a user