Ktorfit icon indicating copy to clipboard operation
Ktorfit copied to clipboard

HTTP client generator / KSP plugin for Kotlin Multiplatform (Android, iOS, Js, Jvm, Native) using KSP and Ktor clients inspired by Retrofit https://foso.github.io/Ktorfit

Results 71 Ktorfit issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://togithub.com/ktorio/ktor) | `2.3.11` -> `2.3.12` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-serialization-kotlinx-json/2.3.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

build

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.ktor:ktor-client-content-negotiation](https://togithub.com/ktorio/ktor) | `2.3.11` -> `2.3.12` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.ktor:ktor-client-content-negotiation/2.3.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

build

Bumps com.android.tools.build:gradle from 8.2.2 to 8.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.2.2&new-version=8.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.2.2` -> `8.5.0` |...

build

### Ktorfit version 2.0.0 ### What happened and how can we reproduce this issue? 1. Kotlin 2.0.0, ksp 2.0.0-1.0.22 (ksp can be lower too), ktorfit 2.0.0 2. `@GET` method in...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.4.1` -> `8.5.0` |...

build

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.4.1` -> `8.5.0` |...

build

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.compose.material:material](https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.8) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.6.7` -> `1.6.8` |...

build

Bumps `kctfork` from 0.4.1 to 0.5.0. Updates `dev.zacsweers.kctfork:core` from 0.4.1 to 0.5.0 Release notes Sourced from dev.zacsweers.kctfork:core's releases. 0.5.0 Update to Kotlin 2.0.0. Update to KSP 2.0.0-1.0.22. Change supportsK2 to...

dependencies
java

### Is your feature request related to a problem? Please describe. It would be nice to have wasmJs support in Ktorfit ### Describe the solution you'd like It looks like...

enhancement