Skip to content

Commit 297ec93

Browse files
committed
refactor #853 Use version.
1 parent cb131bd commit 297ec93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

converter/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
dependencies {
4646
implementation(project(":lib"))
4747
implementation(libraries.composeMaterial3)
48-
implementation("androidx.core:core-ktx:1.7.0")
48+
implementation(libraries.coreKtx)
4949
testImplementation("junit:junit:4.13.2")
5050
testImplementation("io.mockk:mockk:${property.LibraryVersion.mockk}")
5151
}

0 commit comments

Comments
 (0)