toggle menu
KAHelpers
androidJvm
switch theme
search in API
reflection
/
dev.funkymuse.reflection
/
tryOrIgnore
try
Or
Ignore
inline
fun
tryOrIgnore
(
runnable
:
(
)
->
Unit
)
try the code in
runnable
, If it runs then its perfect if its not, It won't crash your app.