Carla Vaquero

Results 1 comments of Carla Vaquero

It works on kotlin with our project. You have to annotate your annotation class with `@Retention(AnnotationRetention.RUNTIME)` and then create an object like this: ``` object DeeplinkIntents { @JvmStatic @CustomDeeplink("/view/{extraId}") fun...