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 970432e commit 1afdf6bCopy full SHA for 1afdf6b
settings.gradle.kts
@@ -1,8 +1,8 @@
1
-include ':objectbox-java-api'
2
-include ':objectbox-java'
3
-include ':objectbox-kotlin'
4
-include ':objectbox-rxjava'
5
-include ':objectbox-rxjava3'
+include(":objectbox-java-api")
+include(":objectbox-java")
+include(":objectbox-kotlin")
+include(":objectbox-rxjava")
+include(":objectbox-rxjava3")
6
7
-include ':tests:objectbox-java-test'
8
-include ':tests:test-proguard'
+include(":tests:objectbox-java-test")
+include(":tests:test-proguard")
0 commit comments