This commit is contained in:
2023-10-25 15:33:05 +06:00
parent 44e86c9349
commit af04a854ef
3 changed files with 20 additions and 38 deletions

@ -16,8 +16,6 @@ apply plugin: 'application'
mainClassName="RandomFileSenderBotKt"
apply from: "$nativePartTemplate"
kotlin {
jvm()
@ -32,3 +30,5 @@ kotlin {
}
}
apply from: "$nativePartTemplate"