Skip to content

Commit

Permalink
test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed May 27, 2024
1 parent 0e4762b commit 0bcb27b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class KtorfitGradlePlugin : Plugin<Project> {
val kspVersion = "$KTORFIT_VERSION-" + kspPlugin.javaClass.protectionDomain.codeSource.location.toURI().toString()
.substringAfterLast("-").substringBefore(".jar") + SNAPSHOT

val dependency = "$ktorfitKsp:$kspVersion$SNAPSHOT"
val dependency = "$ktorfitKsp:$kspVersion"

when (val kotlinExtension = project.kotlinExtension) {
is KotlinSingleTargetExtension<*> -> {
Expand Down

0 comments on commit 0bcb27b

Please sign in to comment.