TedPermission
TedPermission copied to clipboard
Kotlin DSL
- Adding Kotlin support to project
- Building Kotlin DSL which in theory should make code more readable
- Some changes in PermissionBuilder like turning
String[] permissionsintofinal List<String> permissionswhich should make code less error-prone - Some changes in
ObjectUtilswhich also should make code less error-prone
Because of there is no test code in this project, I'll run code and reply. Thanks
@lutsenko-yuriy Sorry, Nowadays I start study kotlin language. When I finish study, I will review your code. Or If many other people approve this PR, I will approve too.
@ParkSangGwon That's ok. There is actually some room for improvements so I marked this pull request as Work In Progress. Thank you for your reply anyway