diff --git a/build-logic/convention/src/main/kotlin/AndroidFeatureConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidFeatureConventionPlugin.kt index a64cedd28..dcb93f29f 100644 --- a/build-logic/convention/src/main/kotlin/AndroidFeatureConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidFeatureConventionPlugin.kt @@ -28,9 +28,6 @@ class AndroidFeatureConventionPlugin : Plugin { pluginManager.apply { apply("nowinandroid.android.library") apply("nowinandroid.android.hilt") - // Serialization is used for type-safe navigation. - // TODO: Use the plugin ID from the version catalog when - // https://github.com/gradle/gradle/issues/15383# is resolved apply("org.jetbrains.kotlin.plugin.serialization") } extensions.configure {