[Gradle] KotlinCompilation: Remove .ownModuleName vs .moduleName duplication
This mechanism is simply not necessary anymore. Just using the 'ownModuleName' as the value of 'moduleName' is sufficient. ^KT-54312 Verification Pending
This commit is contained in:
committed by
Space Team
parent
02df7a7d4c
commit
b3d82c74fe
-2
@@ -1368,7 +1368,6 @@ public abstract interface class org/jetbrains/kotlin/gradle/plugin/mpp/pm20/Grad
|
||||
public abstract fun getKotlinSourceDirectoriesByFragmentName ()Ljava/util/Map;
|
||||
public abstract fun getLanguageSettings ()Lorg/jetbrains/kotlin/project/model/LanguageSettings;
|
||||
public abstract fun getOutput ()Lorg/jetbrains/kotlin/gradle/plugin/KotlinCompilationOutput;
|
||||
public abstract fun getOwnModuleName ()Ljava/lang/String;
|
||||
public abstract fun getOwner ()Lorg/jetbrains/kotlin/gradle/plugin/mpp/pm20/GradleKpmVariant;
|
||||
public abstract fun getPlatformType ()Lorg/jetbrains/kotlin/gradle/plugin/KotlinPlatformType;
|
||||
public abstract fun getProject ()Lorg/gradle/api/Project;
|
||||
@@ -1418,7 +1417,6 @@ public abstract interface class org/jetbrains/kotlin/gradle/plugin/mpp/pm20/Kotl
|
||||
public abstract fun getLanguageSettings ()Lorg/jetbrains/kotlin/project/model/LanguageSettings;
|
||||
public abstract fun getModuleName ()Ljava/lang/String;
|
||||
public abstract fun getOutput ()Lorg/jetbrains/kotlin/gradle/plugin/KotlinCompilationOutput;
|
||||
public abstract fun getOwnModuleName ()Ljava/lang/String;
|
||||
public abstract fun getOwner ()Ljava/lang/Object;
|
||||
public abstract fun getPlatformType ()Lorg/jetbrains/kotlin/gradle/plugin/KotlinPlatformType;
|
||||
public abstract fun getProject ()Lorg/gradle/api/Project;
|
||||
|
||||
Reference in New Issue
Block a user