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 a26abcb commit fecbcfcCopy full SHA for fecbcfc
organization/build.gradle.kts
@@ -1,6 +1,4 @@
1
// Copyright (c) Cosmo Tech.
2
// Licensed under the MIT license.
3
4
-dependencies {
5
- implementation(projects.cosmotechUserApi)
6
-}
+dependencies { implementation(projects.cosmotechUserApi) }
solution/build.gradle.kts
- implementation("org.apache.commons:commons-compress:1.21")
+dependencies { implementation("org.apache.commons:commons-compress:1.21") }
user/build.gradle.kts
@@ -1,3 +1,2 @@
-
0 commit comments