bitly-shorten/examples/bld
2024-05-27 18:06:48 -07:00
..
.idea Bumped bld to version 1.9.1 2024-05-10 00:05:27 -07:00
.vscode Bumped bld to version 1.9.1 2024-05-10 00:05:27 -07:00
lib/bld Bumped Kotlin extension to version 0.9.8 2024-05-27 18:06:48 -07:00
src Implement custom bitlink update. Closes #15 2024-05-19 02:19:59 -07:00
.gitignore Moved from Gradle to bld 2023-11-11 21:26:13 -08:00
bld Moved from Gradle to bld 2023-11-11 21:26:13 -08:00
bld.bat Moved from Gradle to bld 2023-11-11 21:26:13 -08:00
README.md Updated docs and examples 2024-05-22 21:10:34 -07:00

Kotlin Example

To compile & run the Kotlin example:

./bld compile


./bld run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
./bld run-retrieve

Java Example

To compile & run the Java example:

./bld compile

./bld run-java --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'