mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-11-15 03:20:14 +00:00
migration onto kotlin 2.1.20 and ktgbotapi 24.0.2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user