Make a longer description for Kotlin Android plugin
Try to overcome `Plugin description must not be generic, please elaborate.` from the Gradle plugin portal.
This commit is contained in:
@@ -190,7 +190,7 @@ pluginBundle {
|
|||||||
create(
|
create(
|
||||||
name = "kotlinAndroidPlugin",
|
name = "kotlinAndroidPlugin",
|
||||||
id = "org.jetbrains.kotlin.android",
|
id = "org.jetbrains.kotlin.android",
|
||||||
display = "Android"
|
display = "Kotlin Android plugin"
|
||||||
)
|
)
|
||||||
create(
|
create(
|
||||||
name = "kotlinAndroidExtensionsPlugin",
|
name = "kotlinAndroidExtensionsPlugin",
|
||||||
|
|||||||
Reference in New Issue
Block a user