Skip to content

Commit

Permalink
Fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnyauke committed May 29, 2023
1 parent b8b94f3 commit f741541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation("ch.qos.logback:logback-classic:$logback_version")
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
implementation(projects.lib.mpesaKmpLibraryCore)
implementation(project(":lib:mpesa-kmp-library-core"))
}

0 comments on commit f741541

Please sign in to comment.