mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-21 15:53:47 +00:00
start updating
This commit is contained in:
parent
b2fcdc40d5
commit
037f9974da
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.idea
|
.idea
|
||||||
|
.kotlin
|
||||||
out/*
|
out/*
|
||||||
*.iml
|
*.iml
|
||||||
target
|
target
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.23"
|
kotlin = "2.0.0"
|
||||||
kotlin-serialization = "1.6.3"
|
kotlin-serialization = "1.7.1"
|
||||||
kotlin-coroutines = "1.8.1"
|
kotlin-coroutines = "1.8.1"
|
||||||
|
|
||||||
javax-activation = "1.1.1"
|
javax-activation = "1.1.1"
|
||||||
@ -10,10 +10,10 @@ korlibs = "5.4.0"
|
|||||||
uuid = "0.8.4"
|
uuid = "0.8.4"
|
||||||
ktor = "2.3.11"
|
ktor = "2.3.11"
|
||||||
|
|
||||||
ksp = "1.9.23-1.0.20"
|
ksp = "2.0.0-1.0.23"
|
||||||
kotlin-poet = "1.16.0"
|
kotlin-poet = "1.18.0"
|
||||||
|
|
||||||
microutils = "0.21.2"
|
microutils = "0.22.0"
|
||||||
kslog = "1.3.4"
|
kslog = "1.3.4"
|
||||||
|
|
||||||
versions = "0.51.0"
|
versions = "0.51.0"
|
||||||
|
@ -25,7 +25,6 @@ kotlin {
|
|||||||
jsTest {
|
jsTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlin.test.js
|
implementation libs.kotlin.test.js
|
||||||
implementation libs.kotlin.test.junit
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,6 @@ kotlin {
|
|||||||
jsTest {
|
jsTest {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kotlin.test.js
|
implementation libs.kotlin.test.js
|
||||||
implementation libs.kotlin.test.junit
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
all {
|
all {
|
||||||
|
@ -83,7 +83,6 @@ sealed interface KeyboardButtonRequestUsers {
|
|||||||
get() = null
|
get() = null
|
||||||
}
|
}
|
||||||
|
|
||||||
@Serializer(KeyboardButtonRequestUsers::class)
|
|
||||||
companion object : KSerializer<KeyboardButtonRequestUsers> {
|
companion object : KSerializer<KeyboardButtonRequestUsers> {
|
||||||
@Serializable
|
@Serializable
|
||||||
private data class Surrogate(
|
private data class Surrogate(
|
||||||
|
Loading…
Reference in New Issue
Block a user