Google is recommending users to migrate from kotlin-android-extensions
to kotlin-parcelize
.
However, Gradle sync fails with the following error:
Plugin [id: 'kotlin-parcelize'] was not found in any of the following sources:
- Gradle Core Plugins (not a core plugin, please see https://docs.gradle.org/6.1.1/userguide/standard_plugins.html for available core plugins)
- Plugin Repositories (plugin dependency must include a version number for this source)
Where is the plugin located?