Add bld example

This commit is contained in:
Erik C. Thauvin 2023-08-18 23:52:02 -07:00
parent 0ec7a6ee13
commit 11a47e7e0b
64 changed files with 425 additions and 54 deletions

View file

@ -1,8 +1,8 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.46.0"
kotlin("jvm") version "1.7.22"
kotlin("kapt") version "1.7.22"
id("com.github.ben-manes.versions") version "0.47.0"
kotlin("jvm") version "1.9.0"
kotlin("kapt") version "1.9.0"
}
// ./gradlew