forked from hltj/kotlin-web-site-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
v.list
55 lines (29 loc) · 1.75 KB
/
v.list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars
SYSTEM "https://resources.jetbrains.com/stardust/vars.dtd">
<vars>
<var name="kotlinVersion" value="1.9.10" type="string"/>
<var name="kotlinEapVersion" value="1.9.0-RC" type="string"/>
<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v1.9.10" type="string"/>
<var name="kotlinReleaseDate" value="2023-08-23" type="string"/>
<var name="kotlinEapReleaseDate" value="2023-06-20" type="string"/>
<var name="coroutinesVersion" value="1.7.1" type="string"/>
<var name="coroutinesEapVersion" value="1.7.1" type="string"/>
<var name="minGradleVersion" value="6.8.3" type="string"/>
<var name="maxGradleVersion" value="7.6.0" type="string"/>
<var name="minAndroidGradleVersion" value="4.2.2" type="string"/>
<var name="maxAndroidGradleVersion" value="7.4.0" type="string"/>
<var name="gradleVersion" value="7.6" type="string"/>
<var name="gradleLanguageVersion" value="KOTLIN_2_0" type="string"/>
<var name="gradleApiVersion" value="KOTLIN_2_0" type="string"/>
<var name="serializationVersion" value="1.5.1" type="string"/>
<var name="defaultJvmTargetVersion" value="1.8" type="string"/>
<var name="jvmLTSVersionSupportedByKotlin" value="17" type="string"/>
<var name="webpackMajorVersion" value="5" type="string"/>
<var name="webpackPreviousMajorVersion" value="4" type="string"/>
<var name="sqlDelightVersion" value="1.5.5" type="string"/>
<var name="kspSupportedKotlinVersion" value="1.9.0" type="string"/>
<var name="kspVersion" value="1.0.11" type="string"/>
<var name="ktorVersion" value="2.3.2" type="string"/>
<var name="dateTimeVersion" value="0.4.0" type="string"/>
</vars>