koru
koru copied to clipboard
Simple coroutine wrappers for Kotlin Native. Generated from annotations. Compatible with RxSwift, Combine, async-await.
This is an issue that got mixed with #49. User [@yamakentoc](https://github.com/yamakentoc) reports that this gradle config doesn't result in wrapper classes being generated. ``` // HogeHogeHoge/shared/build.gradle.kts // kotlin version: 1.7,0...
hmm, should @ToNativeInterface work on actual or expected declarations? - On expected I get “Expected interface ‘ViewModelNativeProtocol’ has no actual declaration in module for Native” - Same if expected and...
Following this: https://github.com/FutureMind/koru/issues/49#issuecomment-1209501459
Basically, we're waiting for the fix in kotlinpoet to be released. For the time being, the kapt version doesn't have this issue. Should be a couple of days, because the...
This part of compiler plugin should not be required theoretically. ksp for common code should always run before ios targets compilation and generally speaking it's a bad idea to hardcode...
The source code generated by `kspCommonMainMetadata` from `/build/generated/ksp/metadata/commonMain/kotlin` was being set as the `srcDir` for the `iosMain` source set. However, this setup resulted in errors when using Gradle 8. As...
My interface:  Generated:  Why var transform to val? What's the problem? P.S. It's not a claim, it's just interesting