Skip to content

v1.0.0-beta17

Compare
Choose a tag to compare
@Foso Foso released this 21 Jan 10:03
· 603 commits to master since this release
11565eb

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