AndroidContext

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class AndroidContext
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
expect annotation class AndroidContext

Annotation for class which require an instance of Android Context.

When a class is annotated with this annotation then an instance of Android Context is passed to the class constructor in the generated Android adapter.

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class AndroidContext
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
actual annotation class AndroidContext