koru icon indicating copy to clipboard operation
koru copied to clipboard

Simple coroutine wrappers for Kotlin Native. Generated from annotations. Compatible with RxSwift, Combine, async-await.

Results 10 koru issues
Sort by recently updated
recently updated
newest added

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...

bug

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: ![image](https://github.com/FutureMind/koru/assets/26576320/1551c54c-27d4-43e5-aa1c-520e9637eedb) Generated: ![image](https://github.com/FutureMind/koru/assets/26576320/54947c7a-678a-4570-a954-5fc98aa2792c) Why var transform to val? What's the problem? P.S. It's not a claim, it's just interesting