[Gradle] Remove KotlinCompilation.moduleName
^KT-58220 Verification Pending
This commit is contained in:
committed by
Space Team
parent
75b4469757
commit
f98765f254
@@ -739,7 +739,6 @@ public abstract interface class org/jetbrains/kotlin/gradle/plugin/KotlinCompila
|
||||
public abstract fun getDisambiguatedName ()Ljava/lang/String;
|
||||
public abstract fun getKotlinOptions ()Lorg/jetbrains/kotlin/gradle/dsl/KotlinCommonOptions;
|
||||
public abstract fun getKotlinSourceSets ()Ljava/util/Set;
|
||||
public abstract fun getModuleName ()Ljava/lang/String;
|
||||
public abstract fun getName ()Ljava/lang/String;
|
||||
public abstract fun getOutput ()Lorg/jetbrains/kotlin/gradle/plugin/KotlinCompilationOutput;
|
||||
public abstract fun getPlatformType ()Lorg/jetbrains/kotlin/gradle/plugin/KotlinPlatformType;
|
||||
|
||||
-3
@@ -104,9 +104,6 @@ interface KotlinCompilation<out T : KotlinCommonOptionsDeprecated> : Named,
|
||||
override val relatedConfigurationNames: List<String>
|
||||
get() = super.relatedConfigurationNames + compileDependencyConfigurationName
|
||||
|
||||
@Deprecated("Scheduled for removal with Kotlin 1.9. Use compilerOptions instead")
|
||||
val moduleName: String
|
||||
|
||||
val disambiguatedName
|
||||
get() = target.disambiguationClassifier + name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user