mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 08:13:54 +00:00
updates
This commit is contained in:
parent
5c503f2070
commit
a044be44af
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ settings.xml
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
|
||||
local.properties
|
||||
|
@ -1,5 +1,5 @@
|
||||
project.version = "0.1.0"
|
||||
project.group = "com.github.insanusmokrassar"
|
||||
project.group = "com.insanusmokrassar"
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
@ -32,7 +32,7 @@ kotlin {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core-common:$kotlin_coroutines_version"
|
||||
|
||||
implementation "com.soywiz.korlibs.klock:klock:$klockVersion"
|
||||
api "com.soywiz.korlibs.klock:klock:$klockVersion"
|
||||
}
|
||||
}
|
||||
jvm8Main {
|
||||
|
Loading…
Reference in New Issue
Block a user