[Gradle][Minor] Rename internal KotlinPlugin to KotlinJvmPlugin
KT-54312
This commit is contained in:
committed by
Space Team
parent
bac1e3208c
commit
59a67e92bb
+1
-1
@@ -29,7 +29,7 @@ val KOTLIN_JS_DSL_NAME = "kotlin2js"
|
||||
val KOTLIN_OPTIONS_DSL_NAME = "kotlinOptions"
|
||||
|
||||
|
||||
internal open class KotlinPlugin(
|
||||
internal open class KotlinJvmPlugin(
|
||||
registry: ToolingModelBuilderRegistry
|
||||
) : AbstractKotlinPlugin(KotlinTasksProvider(), registry) {
|
||||
|
||||
+1
-1
@@ -226,7 +226,7 @@ abstract class AbstractKotlinPluginWrapper(
|
||||
protected val registry: ToolingModelBuilderRegistry
|
||||
) : KotlinBasePluginWrapper() {
|
||||
override fun getPlugin(project: Project): Plugin<Project> =
|
||||
KotlinPlugin(registry)
|
||||
KotlinJvmPlugin(registry)
|
||||
|
||||
override val projectExtensionClass: KClass<out KotlinJvmProjectExtension>
|
||||
get() = KotlinJvmProjectExtension::class
|
||||
|
||||
Reference in New Issue
Block a user