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.
2 parents aab7e88 + 23dd04c commit d0a7b33Copy full SHA for d0a7b33
hello-swift-java/hashing-app/build.gradle.kts
@@ -48,6 +48,7 @@ dependencies {
48
implementation(libs.androidx.ui.graphics)
49
implementation(libs.androidx.ui.tooling.preview)
50
implementation(libs.androidx.material3)
51
+ implementation("org.swift.swiftkit:swiftkit-core:1.0-SNAPSHOT")
52
implementation(project(":hello-swift-java-hashing-lib"))
53
testImplementation(libs.junit)
54
androidTestImplementation(libs.androidx.junit)
@@ -56,4 +57,4 @@ dependencies {
56
57
androidTestImplementation(libs.androidx.ui.test.junit4)
58
debugImplementation(libs.androidx.ui.tooling)
59
debugImplementation(libs.androidx.ui.test.manifest)
-}
60
+}
0 commit comments