
implementation("cn.ktorfitx:multiplatform-mock:3.2.3-3.1.0-Beta4")Ktorfitx is a code generation framework designed for Ktor, aiming to reduce boilerplate code by providing code generation services for both Ktor Client and Ktor Server. It supports defining RESTful API interfaces and automatically generates implementation classes, facilitating the creation of network request interfaces. Additionally, it automates route layer code generation and parameter parsing through annotations, streamlining server-side development.