hello does SKIE helps in generating RxSwift friendly APIs? also what is the minimum kotlin version support for SKIE to integrate?
f
Filip Dolník
04/10/2024, 3:24 PM
Hi! SKIE doesn’t currently have any RxSwift specific support but you should be able to use the Flow/AsyncSequence support together with the usual AsyncSequence to RxSwift convertors.
SKIE currently supports Kotlin 1.8.0 and newer.