79243418

Date: 2024-12-02 08:51:14
Score: 1
Natty:
Report link

I faced a somewhat similiar scenario when trying to run a Kotlin application. What solved it for me was adding the following snippet to the settings.gradle.kts file

plugins {
    id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Reference: https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mujtaba Basheer