Skip to content

Instantly share code, notes, and snippets.

@myungpyo
Created December 27, 2021 03:09
Show Gist options
  • Select an option

  • Save myungpyo/65a995c0505c7694c78e9ff00c3680f5 to your computer and use it in GitHub Desktop.

Select an option

Save myungpyo/65a995c0505c7694c78e9ff00c3680f5 to your computer and use it in GitHub Desktop.
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