1.7.0
版本发布时间: 2023-09-16 21:44:27
Foso/Ktorfit最新发布版本:2.1.0(2024-09-01 21:49:53)
1.7.0 - 2023-09-16
Gradle plugin
From now on with every Ktorfit release there will also be a Gradle plugin with the same version. That means that drop you can drop the Gradle extension block where you previously set the version number and just bump the number of the Gradle plugin. https://foso.github.io/Ktorfit/installation/
plugins {
id("de.jensklingenberg.ktorfit") version "1.7.0"
}
Added
- Added a compiler type checks if the type used for the create function is an interface
Changed
- Upgrade dependencies: Ktor 2.3.4