issues
search
airbnb
/
DeepLinkDispatch
A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.39k
stars
406
forks
source link
Fix inner class matching (matching on methods in inner classes)
#321
Closed
rossbacher
closed
3 years ago
rossbacher
commented
3 years ago
Add test to test inner class matching
Remove nullability of activity class and throw exception (and crash) if class does not exist as this should never happen (unless it gets removed by Dexguard/Proguard/R8), this also removes this case from the error handler.
Update Kotlin and AGP dependency to latest