migration onto kotlin 2.1.20 and ktgbotapi 24.0.2

This commit is contained in:
2025-03-26 11:36:45 +06:00
parent f6bce640da
commit 7bbb6a6fee
5 changed files with 33 additions and 28 deletions

View File

@@ -12,12 +12,14 @@ plugins {
id "org.jetbrains.kotlin.multiplatform"
}
apply plugin: 'application'
mainClassName="RandomFileSenderBotKt"
kotlin {
jvm()
jvm {
binaries {
executable {
mainClass.set("RandomFileSenderBotKt")
}
}
}
sourceSets {
commonMain {