Parcelize: Support the new Parcelize plugin in Gradle (KT-40030)

This commit is contained in:
Yan Zhulanow
2020-07-07 19:36:33 +09:00
parent 15b2850ee0
commit 4bd8e2f78c
4 changed files with 73 additions and 0 deletions
@@ -189,6 +189,11 @@ pluginBundle {
id = "org.jetbrains.kotlin.android.extensions",
display = "Kotlin Android Extensions plugin"
)
create(
name = "kotlinParcelizePlugin",
id = "org.jetbrains.kotlin.plugin.parcelize",
display = "Kotlin Parcelize plugin"
)
create(
name = "kotlinKaptPlugin",
id = "org.jetbrains.kotlin.kapt",