Add bld example
This commit is contained in:
parent
0ec7a6ee13
commit
11a47e7e0b
64 changed files with 425 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue