create

inline fun <T> Ktorfit.create(): T

This will make IntelliJ think that this function exists. The real implementation will be generated by the KSP plugin Ktorfit will return an implementation of type T for a requested interface

val ktorfit = Ktorfit("example.com") val testApi = ktorfit.create()