Basic Implementation of Time Parsing and waiting logic #3

Merged
jotoho merged 6 commits from basic-implementation into master 2021-09-05 21:20:13 +02:00
Showing only changes of commit 1044147ffe - Show all commits

View file

@ -8,7 +8,7 @@
plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
id("org.jetbrains.kotlin.jvm") version "1.5.0"
id("org.jetbrains.kotlin.jvm") version "1.+"
// Apply the application plugin to add support for building a CLI application in Java.
application