You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiplatform is increasingly relevant to Kotlin projects in general.
If using the Ktor Client #182 in conjunction with kotlinx.serialization#89 , then - both being KMP libraries - the API of the generated code should already be 'Multiplatform' compatible. This means the only additional requirement for any Fabrikt-generated code module to be Multiplatform too; is to have a KMP Gradle configuration with the generated code placed in a commonMain source-set.
The text was updated successfully, but these errors were encountered:
Multiplatform is increasingly relevant to Kotlin projects in general.
If using the Ktor Client #182 in conjunction with
kotlinx.serialization
#89 , then - both being KMP libraries - the API of the generated code should already be 'Multiplatform' compatible. This means the only additional requirement for any Fabrikt-generated code module to be Multiplatform too; is to have a KMP Gradle configuration with the generated code placed in acommonMain
source-set.The text was updated successfully, but these errors were encountered: