Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created July 15, 2021 19:07
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 Morfly/94ecbdd88d6d28b4acb747573ef8c76f to your computer and use it in GitHub Desktop.
Save Morfly/94ecbdd88d6d28b4acb747573ef8c76f to your computer and use it in GitHub Desktop.
KSP sample annotation
package com.morfly
@Target(AnnotationTarget.CLASS)
annotation class Function(val name: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment