We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b220355 commit 0d22fd2Copy full SHA for 0d22fd2
settings.gradle.kts
@@ -17,6 +17,11 @@ dependencyResolutionManagement {
17
maven {
18
name = "Central Portal Snapshots"
19
url = URI("https://central.sonatype.com/repository/maven-snapshots/")
20
+
21
+ content {
22
+ includeModule("com.configcat", "configcat-kotlin-client")
23
+ includeModule("com.configcat", "configcat-kotlin-client-android")
24
+ }
25
}
26
27
0 commit comments