Here's the content of my settings.gradle.kts file ...
# squarelibraries
a
Here's the content of my settings.gradle.kts file
Copy code
rootProject.name = "com.andromadus.kotlin.ktor.kontaktor"

pluginManagement {
    repositories {
        gradlePluginPortal()
        maven(url = "<https://oss.sonatype.org/content/repositories/snapshots>")
    }
}