it is a problem with jcenter that Gradle plugin portal delegates to. Add following in `settings.grad...
t
it is a problem with jcenter that Gradle plugin portal delegates to. Add following in `settings.gradle.kts`:
Copy code
pluginManagement {
    repositories {
        mavenCentral()
        gradlePluginPortal()
    }
}