v1.1.0
版本发布时间: 2023-04-16 18:10:55
Foso/Ktorfit最新发布版本:2.1.0(2024-09-01 21:49:53)
1.1.0 - 2023-04-15
Added
From now on there are two versions of the ktorfit-lib.
"de.jensklingenberg.ktorfit:ktorfit-lib" will stay like before and add the platform Ktor client dependencies for the clients.
"de.jensklingenberg.ktorfit:ktorfit-lib-light" this will only add the Ktor client core dependency and not the platform dependencies for the clients. This will give you more control over the used clients, but you have to add them yourself. https://ktor.io/docs/http-client-engines.html Everything else is the same as "ktorfit-lib"
Changed
Kotlin version 1.8.20 is now needed KSP version 1.8.20-1.0.10 is now needed
Deprecated
Removed
Fixed
Security
Bumped
Kotlin to 1.8.20 KSP version to 1.8.20-1.0.10