Skip to content

Commit

Permalink
Fix typo: ktrofit to ktorfit (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
biplab1 authored Jan 13, 2025
1 parent f0d3d72 commit 0526359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.wire) apply false
alias(libs.plugins.ktrofit) apply false
alias(libs.plugins.ktorfit) apply false
}

object DynamicVersion {
Expand Down
2 changes: 1 addition & 1 deletion core/network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
plugins {
alias(libs.plugins.mifospay.kmp.library)
alias(libs.plugins.ktrofit)
alias(libs.plugins.ktorfit)
id("kotlinx-serialization")
id("com.google.devtools.ksp")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
ktrofit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktorfit" }
ktorfit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktorfit" }
wire = { id = "com.squareup.wire", version.ref = "wire" }

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

0 comments on commit 0526359

Please sign in to comment.