Update deprecation message for the Android Extensions plugin
This commit is contained in:
+4
-3
@@ -40,9 +40,10 @@ class AndroidExtensionsSubpluginIndicator @Inject internal constructor(private v
|
|||||||
project.plugins.apply(AndroidSubplugin::class.java)
|
project.plugins.apply(AndroidSubplugin::class.java)
|
||||||
|
|
||||||
project.logger.warn(
|
project.logger.warn(
|
||||||
"'kotlin-android-extensions' plugin is deprecated. " +
|
"Warning: The 'kotlin-android-extensions' Gradle plugin is deprecated. " +
|
||||||
"Use 'kotlin-parcelize' for the @Parcelize functionality, " +
|
"Please use this migration guide (https://goo.gle/kotlin-android-extensions-deprecation) to start " +
|
||||||
"and View Binding (https://developer.android.com/topic/libraries/view-binding) instead of synthetic view accessors."
|
"working with View Binding (https://developer.android.com/topic/libraries/view-binding) " +
|
||||||
|
"and the 'kotlin-parcelize' plugin."
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user