1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-19 00:56:09 +00:00

start updating

This commit is contained in:
InsanusMokrassar 2024-07-31 00:10:39 +06:00
parent b2fcdc40d5
commit 037f9974da
5 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea .idea
.kotlin
out/* out/*
*.iml *.iml
target target

View File

@ -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"

View File

@ -25,7 +25,6 @@ kotlin {
jsTest { jsTest {
dependencies { dependencies {
implementation libs.kotlin.test.js implementation libs.kotlin.test.js
implementation libs.kotlin.test.junit
} }
} }
} }

View File

@ -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 {

View File

@ -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(