v1.0.0-beta17
版本发布时间: 2023-01-21 18:03:31
Foso/Ktorfit最新发布版本:2.1.0(2024-09-01 21:49:53)
BREAKING CHANGE:
- Ktorfit now needs an additional gradle plugin. This will solve serveral issues with multi-module projects.
Add this plugin:
plugins {
id "de.jensklingenberg.ktorfit" version "1.0.0"
}
NEW
- interfaces can now be internal
FIXED
- Ktorfit multiple module support #92
- Add support for 'internal' parameter type #13
- Duplicate class KtorfitExtKt found in modules moduleA and moduleB #86
- Android overload resolution ambiguity #64
- Form data is double encoded #95
⬆️ Deps updates
- based on Ktor 2.2.2
- Kotlin 1.8.0
- KSP 1.8.0-1.0.8
- update Android TargetSdk to 33