Skip to content

Commit 0d22fd2

Browse files
committed
Update settings.gradle.kts
1 parent b220355 commit 0d22fd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

settings.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ dependencyResolutionManagement {
1717
maven {
1818
name = "Central Portal Snapshots"
1919
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+
}
2025
}
2126
}
2227
}

0 commit comments

Comments
 (0)