Skip to content

Commit 52ff44f

Browse files
authored
Merge pull request #67 from simple-robot/dev/update-Kotlin
Update Kotlin from 2.0.10 to 2.0.20
2 parents e3ce371 + d6161d7 commit 52ff44f

File tree

4 files changed

+135
-141
lines changed

4 files changed

+135
-141
lines changed

.run/runConfigurations/simbot-component-telegram [detekt].run.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,26 @@
2121
<RunAsTest>false</RunAsTest>
2222
<method v="2" />
2323
</configuration>
24+
<configuration default="false" name="simbot-component-telegram [detekt]" type="GradleRunConfiguration" factoryName="Gradle">
25+
<ExternalSystemSettings>
26+
<option name="executionName" />
27+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
28+
<option name="externalSystemIdString" value="GRADLE" />
29+
<option name="scriptParameters" value="" />
30+
<option name="taskDescriptions">
31+
<list />
32+
</option>
33+
<option name="taskNames">
34+
<list>
35+
<option value="detekt" />
36+
</list>
37+
</option>
38+
<option name="vmOptions" />
39+
</ExternalSystemSettings>
40+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
41+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
42+
<DebugAllEnabled>false</DebugAllEnabled>
43+
<RunAsTest>false</RunAsTest>
44+
<method v="2" />
45+
</configuration>
2446
</component>

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[versions]
2-
kotlin = "2.0.10"
2+
kotlin = "2.0.20"
33
kotlinx-coroutines = "1.8.1"
44
kotlinx-serialization = "1.7.1"
55
kotlinx-datetime = "0.6.0"
66
dokka = "1.9.20"
7-
okio = "3.3.0"
87
ktor = "2.3.12"
98
openjdk-jmh = "1.37"
109
log4j = "2.24.1"
1110
reactor = "3.6.9"
1211
# simbot
1312
simbot = "4.6.0"
14-
suspendTransform = "0.9.0"
13+
suspendTransform = "2.0.20-0.9.3"
1514
gradleCommon = "0.6.0"
1615
# ksp
1716
ksp = "2.0.10-1.0.24"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Feb 25 20:12:01 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)