Created
December 27, 2021 03:09
-
-
Save myungpyo/65a995c0505c7694c78e9ff00c3680f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class StickyStateProcessor( | |
| private val codeGenerator: CodeGenerator, | |
| private val logger: KSPLogger, | |
| private val options: Map<String, String>, | |
| ) : SymbolProcessor { | |
| override fun process(resolver: Resolver): List<KSAnnotated> { | |
| return emptyList() | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment