nhaarman's Stars
nalexn/clean-architecture-swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
pointfreeco/swift-snapshot-testing
📸 Delightful Swift snapshot testing.
cashapp/turbine
A testing library for kotlinx.coroutines Flow
cashapp/paparazzi
Render your Android screens without a physical device or emulator
CombineCommunity/rxswift-to-combine-cheatsheet
RxSwift to Apple’s Combine Cheat Sheet
autonomousapps/dependency-analysis-gradle-plugin
Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
myoung34/docker-github-actions-runner
This will run the new self-hosted github actions runners with docker-in-docker
cashapp/redwood
Multiplatform reactive UI for Android, iOS, and web using Kotlin and Jetpack Compose
krzysztofzablocki/Difference
Simple way to identify what is different between 2 instances of any type. Must have for TDD.
chrisbanes/insetter
Insetter is a library to help apps handle WindowInsets more easily
rickclephas/KMP-NativeCoroutines
Library to use Kotlin Coroutines from Swift code in KMP apps
fornewid/neumorphism
Try to Neumorphism in Android (Just experimental!! 🧪)
pascalgn/automerge-action
GitHub action to automatically merge pull requests that are ready
touchlab/Kermit
Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility.
dropbox/AffectedModuleDetector
A Gradle Plugin to determine which modules were affected by a set of files in a commit.
Bahn-X/swift-composable-navigator
An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind
jraska/modules-graph-assert
Gradle plugin to keep your modules graph healthy and lean.
cashapp/exhaustive
An annotation and Kotlin compiler plugin for enforcing a when statement is exhaustive
dropbox/focus
A Gradle plugin that helps you speed up builds by excluding unnecessary modules.
NordicSemiconductor/Kotlin-BLE-Library
ge-org/multiplatform-swiftpackage
Gradle plugin that generates a Swift Package Manager manifest and an XCFramework to distribute a Kotlin Multiplatform library for Apple platforms.
touchlab/CrashKiOS
Crash reporting for Kotlin/Native iOS applications
rickclephas/NSExceptionKt
A Kotlin Multiplatform Library to improve crash reports on Apple platforms
AhmedMourad0/no-copy
A Kotlin compiler plugin that removes the `copy` method of data classes.
jacobras/ComposeActionMenu
An easy-to-use action/overflow menu for Compose UI.
Lascorbe/SwiftUI-MVP-Coordinator
Project showing an implementation of MVP + Coordinator in SwiftUI
Label305/AutoRebase
A GitHub Action that automatically rebases pull requests.
tibdex/github-rebase
⏭ Rebase a pull request using the GitHub REST API
DVDAndroid/action-android-lint
Run Android Lint with reviewdog
andersu/Snapshot
Snapshot/Screenshot test example project