Skip to content

Commit 23dd04c

Browse files
authored
Update build.gradle.kts
Importing swiftkit-core dependency
1 parent aab7e88 commit 23dd04c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hello-swift-java/hashing-app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies {
4848
implementation(libs.androidx.ui.graphics)
4949
implementation(libs.androidx.ui.tooling.preview)
5050
implementation(libs.androidx.material3)
51+
implementation("org.swift.swiftkit:swiftkit-core:1.0-SNAPSHOT")
5152
implementation(project(":hello-swift-java-hashing-lib"))
5253
testImplementation(libs.junit)
5354
androidTestImplementation(libs.androidx.junit)
@@ -56,4 +57,4 @@ dependencies {
5657
androidTestImplementation(libs.androidx.ui.test.junit4)
5758
debugImplementation(libs.androidx.ui.tooling)
5859
debugImplementation(libs.androidx.ui.test.manifest)
59-
}
60+
}

0 commit comments

Comments
 (0)