* Standard android dev is Gradle and that's worse than bazel
* Once you get past loading in your dev version, you will have to ask bazel to compile to the target you want (arm etc)
* and you will need a kotlin the test driver
* Standard android dev is Gradle and that's worse than bazel
* Once you get past loading in your dev version, you will have to ask bazel to compile to the target you want (arm etc)
* and you will need a kotlin the test driver
Change this line: github.com/daylightwarb...
I suspect you want:
```python
crate.spec(
git = "https://github.com/BurntSushi/jiff.git",
branch = "ag/android",
#To use a locked revision
#rev = "6c46dd3bf3f266499566f433f3148a2e404ae4af",
)
```
Change this line: github.com/daylightwarb...
I suspect you want:
```python
crate.spec(
git = "https://github.com/BurntSushi/jiff.git",
branch = "ag/android",
#To use a locked revision
#rev = "6c46dd3bf3f266499566f433f3148a2e404ae4af",
)
```