【发布时间】:2021-03-06 22:18:09
【问题描述】:
Google 建议用户从 kotlin-android-extensions 迁移到 kotlin-parcelize。
但是,Gradle 同步失败并出现以下错误:
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)
插件在哪里?
【问题讨论】: