koru
Simple coroutine wrappers for Kotlin Native. Generated from annotations. Compatible with RxSwift, Combine, async-await.
File Explorer
Download Latest Version (.zip)- pull-request-tests.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- FreezeHelper.kt
- SuspendWrapperTest.kt
- ExportedScopeProvider.kt
- FlowWrapper.kt
- FreezeHelper.kt
- ScopeProvider.kt
- SuspendWrapper.kt
- ToNativeClass.kt
- ToNativeInterface.kt
- FreezeHelper.kt
- .gitignore
- build.gradle.kts
- CompilerPlugin.kt
- .gitignore
- build.gradle.kts
- BuilderUtils.kt
- ScopeProviderBuilder.kt
- WrapperBuilder.kt
- WrapperClassBuilder.kt
- WrapperInterfaceBuilder.kt
- GeneratedSpec.kt
- KaptProcessor.kt
- KspMetadataSpecs.kt
- KspProcessor.kt
- ProcessorErrors.kt
- ProcessorUtils.kt
- TypeInheritanceResolver.kt
- incremental.annotation.processors
- com.google.devtools.ksp.processing.SymbolProcessorProvider
- javax.annotation.processing.Processor
- CompilationUtils.kt
- Utils.kt
- FunctionReturnTypeConversionTest.kt
- InheritanceSortTest.kt
- ScopeProviderGenerationTest.kt
- TypesGenerationTest.kt
- .gitignore
- build.gradle.kts
- PublishPlugin.kt
- .gitignore
- build.gradle.kts
- settings.gradle.kts
- .gitignore
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- libs.versions.toml
- LICENSE
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/FutureMind/koru
Downloads the entire project code from GitHub to your computer.
cd koru
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
org.gradle.api.internal.artifacts.dependencies.DefaultExternalModuleDependency(
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
