isgd-shorten/examples/bld
Erik C. Thauvin e9d02764a2
Updated dependencies
Bumped bld to version 2.1.0
Bumped Gradle to version 8.10.1
Bumped Kotlin to version 2.0.20
Bumped JUnit to version 5.11.0
2024-09-20 22:52:13 -07:00
..
.idea Updated dependencies 2024-09-20 22:52:13 -07:00
.vscode Updated dependencies 2024-09-20 22:52:13 -07:00
lib/bld Updated dependencies 2024-09-20 22:52:13 -07:00
src Added ShortenConfig && LookupConfig 2024-06-03 17:59:57 -07:00
.gitignore Moved from Gradle to bld 2023-11-12 00:14:33 -08:00
bld Moved from Gradle to bld 2023-11-12 00:14:33 -08:00
bld.bat Moved from Gradle to bld 2023-11-12 00:14:33 -08:00
README.md Upgraded to Kotlin 1.9.21 2023-11-23 17:59:36 -08:00

Kotlin Example

To compile & run the Kotlin example:

./bld compile

./bld run --args='https://www.example.com https://is.gd/Pt2sET'

Java Example

To compile & run the Java example:

./bld compile

./bld run-java --args='https://www.example.com https://is.gd/Pt2sET'