diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index 35ffc9d8..d18bfd3f 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -6,16 +6,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -24,7 +14,7 @@
-
+
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 9d2377fa..a2743738 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -8,6 +8,13 @@ plugins {
`core-library-desugaring`
}
+repositories {
+ // kotlinx-collections-immutable-jvm used by Compose is stored here.
+ maven("https://dl.bintray.com/kotlin/kotlinx") {
+ name = "KotlinX Bintray"
+ }
+}
+
android {
defaultConfig {
applicationId = "dev.msfjarvis.lobsters"