Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4b2b61

Browse files
committedJan 7, 2025·
Fix typo: ktrofit to ktorfit
1 parent f0d3d72 commit d4b2b61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
alias(libs.plugins.compose.compiler) apply false
3333
alias(libs.plugins.kotlinMultiplatform) apply false
3434
alias(libs.plugins.wire) apply false
35-
alias(libs.plugins.ktrofit) apply false
35+
alias(libs.plugins.ktorfit) apply false
3636
}
3737

3838
object DynamicVersion {

‎core/network/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
plugins {
1111
alias(libs.plugins.mifospay.kmp.library)
12-
alias(libs.plugins.ktrofit)
12+
alias(libs.plugins.ktorfit)
1313
id("kotlinx-serialization")
1414
id("com.google.devtools.ksp")
1515
}

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
338338
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
339339
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
340340
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
341-
ktrofit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktorfit" }
341+
ktorfit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktorfit" }
342342
wire = { id = "com.squareup.wire", version.ref = "wire" }
343343

344344
mifospay-cmp-feature = { id = "mifospay.cmp.feature", version = "unspecified" }

0 commit comments

Comments
 (0)
Please sign in to comment.