Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Last active February 20, 2021 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeongUgJung/346d75b49fcfd06eb3da21be55ad2383 to your computer and use it in GitHub Desktop.
Save SeongUgJung/346d75b49fcfd06eb3da21be55ad2383 to your computer and use it in GitHub Desktop.
private lateinit var codeGenerator: CodeGenerator
private lateinit var logger: KSPLogger
override fun init(
options: Map<String, String>,
kotlinVersion: KotlinVersion,
codeGenerator: CodeGenerator,
logger: KSPLogger
) {
// set all these to member field
this.codeGenerator = codeGenerator
this.logger = logger
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment