InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
8.76k stars 695 forks source link

Support circuit for code gen #1869

Open SaddamHowladarGit opened 1 month ago

SaddamHowladarGit commented 1 month ago

Please support circuit for code gen https://github.com/slackhq/circuit

arnaudgiuliani commented 1 month ago

Is it binding on Circuit factories?

SaddamHowladarGit commented 18 hours ago

Is it binding on Circuit factories?

Yes please support code gen solution to ease boilerplate around generating circuit factories.

Circuit offers a KSP-based code gen solution for Dagger and Anvil or Hilt and those libraries only for jvm based platform AFAIK so can't really work on like IOS etc.