Skip to content

Commit

Permalink
Update to 2.1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Nov 18, 2024
1 parent c1f403e commit e3f75fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ coroutines = "1.8.1"
detekt = "1.23.7"
junit = "4.13.2"
kctfork = "0.5.1"
kotlin = "2.0.21"
kotlin = "2.1.0-RC2"
kotlinPoet = "1.18.1"
kspVersion = "2.0.21-1.0.28"

groupId = "de.jensklingenberg.ktorfit"
ktorfit = "2.2.0"
ktorfitKsp = "2.2.0-1.0.28"
ktorfitCompiler = "2.1.0-2.0.21"
ktorfitCompiler = "2.1.0-2.1.0-RC2"
ktorfitCallConverter = "2.2.0"
ktorfitFlowConverter = "2.2.0"
ktorfitResponseConverter = "2.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ internal class CreateFuncTransformer(
type = implClassSymbol.defaultType,
symbol = newConstructor,
0,
0,
0,
null,
0
)

// Set _ExampleApiProvider() as argument for create<ExampleApi>()
Expand Down

0 comments on commit e3f75fc

Please sign in to comment.