Hi all. What is the best practice in handling exce...
# android
i
Hi all. What is the best practice in handling exceptions in build.gradle.kts? In example, studio recommends me to wrap call of
Copy code
buildConfigStringField
in try-catch, so what should I do in catch?