An Android CLI tool.
-
```shell
cargo install --locked droi
```
-
```shell
drio create empty <project_name>
```
Will create an empty project with `.kts` for gradle
To create gradle with groovy use
```shell
drio create empty <project_name> --groovy
```
```shell
drio create lib <lib_name> --package <com.example.package>
```