bitly-shorten/examples/bld
2025-06-30 16:40:54 -07:00
..
.idea Revert to version 2.0.0 in the example until the new Maven Central API is implemented in bld 2025-06-30 16:40:54 -07:00
.vscode Bump bld to version 2.2.1 2025-03-16 21:22:26 -07:00
lib/bld Bump Kotlin to version 2.2.0 2025-06-30 16:07:17 -07:00
src Revert to version 2.0.0 in the example until the new Maven Central API is implemented in bld 2025-06-30 16:40:54 -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'