Sabeeh
08/10/2024, 1:57 PMClass KString: StringInterface {
fun a(){implementFromOkio()}
}
Variant B kotlinx-io:
Class KString: StringInterface {
fun a(){ implementFromKotlinxIO() }
}
is it possible?
I want to release a library which can be used with okio or kotlinx-io