Skip to content

Commit

Permalink
test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed May 26, 2024
1 parent 36a6eb3 commit 7c6c131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ kotlin = "2.0.0"
kotlinPoet = "1.16.0"
kspVersion = "2.0.0-1.0.21"

ktorfit = "2.0.0-rc01"
ktorfitKsp = "2.0.0-1.0.21"
ktorfitCompiler = "2.0.0-2.0.0"
ktorfitCallConverter = "2.0.0-rc01"
ktorfitFlowConverter = "2.0.0-rc01"
ktorfitResponseConverter = "2.0.0-rc01"
ktorfit = "2.0.0-SNAPSHOT"
ktorfitKsp = "2.0.0-1.0.21-SNAPSHOT"
ktorfitCompiler = "2.0.0-2.0.0-SNAPSHOT"
ktorfitCallConverter = "2.0.0-SNAPSHOT"
ktorfitFlowConverter = "2.0.0-SNAPSHOT"
ktorfitResponseConverter = "2.0.0-SNAPSHOT"
ktorfitGradle = "1.14.0"

ktorfitGradlePlugin = "1.14.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal class KtorfitCompilerSubPlugin : KotlinCompilerPluginSupportPlugin {
const val ARTIFACT_NAME = "compiler-plugin"
const val COMPILER_PLUGIN_ID = "ktorfitPlugin"
const val KTORFIT_VERSION = "2.0.0"
const val SNAPSHOT = ""
const val SNAPSHOT = "-SNAPSHOT"
}

private lateinit var myproject: Project
Expand Down

0 comments on commit 7c6c131

Please sign in to comment.