airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.37k stars 409 forks source link

Fix issue with annotated Kotlin function that were not inside a class when using ksp #326

Closed rossbacher closed 3 years ago

rossbacher commented 3 years ago

Make DeepLinkAnnotatedElement.annotatedClass an XMemberContainer as that also wraps the case when the method is not in an annotated class in the ksp case.

Added test for this usecase.