Join Slack
Powered by
it is a problem with jcenter that Gradle plugin po...
# gradle
t
tapchicoma
03/31/2023, 8:47 AM
it is a problem with jcenter that Gradle plugin portal delegates to. Add following in `settings.gradle.kts`:
Copy code
pluginManagement { repositories { mavenCentral() gradlePluginPortal() } }
Open in Slack
Previous
Next