假设您有一个 tableView 或 fileListView,并且您想对其执行拉动刷新操作。尝试通过滑动和滚动执行,最初没有结果。
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.3.40-eap-40']
> Failed to apply plugin [id 'org.jetbrains.kotlin.jvm']
> Cannot add extension with name 'kotlin', as there is an extension already registered with that name.
Run Code Online (Sandbox Code Playgroud)
这个错误发生在我的 build.gradle.kts 文件中
您是否碰巧在根据 Kotlin/Native GitHub 上提供的示例构建的 Kotlin Cocoapods 项目中看到此错误?