34 skills found · Page 1 of 2
google / KspKotlin Symbol Processing API
skydoves / Sealedx🎲 Kotlin Symbol Processor that auto-generates extensive sealed classes and interfaces for Android and Kotlin.
mockative / MockativeMocking for Kotlin/Native and Kotlin Multiplatform using the Kotlin Symbol Processing API (KSP)
ZacSweers / Auto Service KspA KSP implementation of AutoService
mcarleio / KonvertClean, type- and null-safe Kotlin mapping code generation at compile-time with Java interop
jayasuryat / DowelA Kotlin Symbol Processor to generate Compose PreviewParameterProviders
duckie-team / Quack Quack Android☕ A highly automated, excellent stability, well-tested, flexibly pluggable, and Modifier-driven Jetpack Compose design system.
Kotlin / Kotlinx SchemaKotlin Multiplatform library that generates JSON Schemas from your methods and classes both at compile-time via Kotlin Symbol Processing(KSP) and at runtime via reflection or kotlinx.serialization.
YanneckReiss / KConMapperThe Kotlin Constructor Mapper (KConMapper / KCM) automatically generates mapping functions for performing mapping between one class and the constructor of another class via the Kotlin Symbol Processing (KSP) compiler plugin.
bitPogo / KmockA humble mocking library for Kotlin, KotlinJS and Kotlin Multiplatform using Kotlin Symbol Processing (KSP).
anthonycr / MezzanineA Gradle plugin and Kotlin Symbol Processor that reads files at compile time
Morfly / Ksp SampleKotlin Symbol Processing (KSP) sample project
Dyescape / Kotlin Maven Symbol ProcessingKSP extension for the kotlin-maven-plugin
dzmpr / TrckrKotlin Symbol Processor to simplify analytics tracking.
Jintin / KFactoryKFactory is a library to build simple factory patterns easily leverage on KSP(Kotlin Symbol Processing).
SimonMarquis / SealedObjectInstancesA Kotlin Symbol Processor to list sealed object instances.
mattshoe / StratifyStratify enables you to build Kotlin Symbol Processing (KSP) plugins more easily than ever before. Stratify abstracts away nearly all of the boilerplate of writing a KSP plugin, and integrates Kotlin coroutines into your KSP code to maximize the efficiency of your Symbol Processors.
mistletoe5215 / Glide Kspglide's kotlin annotation processor,use kotlin symbol processor(ksp)
Timbermir / Clean WizardKotlin Symbol Processor that auto-generates DTO, Domain and UI models along with mapper functions for your Clean Architecture application
y9vad9 / ImplierKotlin Symbol Processor library for creating Mutable, Immutable, Builders, DSL Builders from interfaces & abstract classes with properties.