forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv.list
More file actions
72 lines (49 loc) · 2.61 KB
/
v.list
File metadata and controls
72 lines (49 loc) · 2.61 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars
SYSTEM "https://resources.jetbrains.com/stardust/vars.dtd">
<vars>
<!-- Kotlin -->
<var name="kotlinVersion" value="2.2.0" type="string"/>
<var name="kotlinReleaseDate" value="June 23, 2025" type="string"/>
<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0" type="string"/>
<var name="kotlinLatestWhatsnew" value="whatsnew22.md" type="string"/>
<var name="languageVersion" value="2.1" type="string"/>
<var name="apiVersion" value="2.1" type="string"/>
<!-- Kotlin EAP -->
<var name="kotlinEapVersion" value="2.2.0-RC3" type="string"/>
<var name="kotlinEapReleaseDate" value="June 16, 2025" type="string"/>
<!-- Libraries and Frameworks -->
<var name="coroutinesVersion" value="1.10.2" type="string"/>
<var name="coroutinesEapVersion" value="1.10.2" type="string"/>
<var name="serializationVersion" value="1.8.1" type="string"/>
<var name="dateTimeVersion" value="0.6.2" type="string"/>
<var name="lincheckVersion" value="2.39" type="string"/>
<var name="ktorVersion" value="3.2.0" type="string"/>
<var name="lombokVersion" value="8.13.1" type="string"/>
<var name="sqlDelightVersion" value="2.1.0" type="string"/>
<!-- Gradle, KGP, AGP -->
<var name="minGradleVersion" value="7.6.3" type="string"/>
<var name="maxGradleVersion" value="8.14" type="string"/>
<var name="minAndroidGradleVersion" value="7.3.1" type="string"/>
<var name="maxAndroidGradleVersion" value="8.10.0" type="string"/>
<var name="gradleVersion" value="8.14" type="string"/>
<var name="gradleLanguageVersion" value="KOTLIN_2_1" type="string"/>
<var name="gradleApiVersion" value="KOTLIN_2_1" type="string"/>
<!-- KSP -->
<var name="kspSupportedKotlinVersion" value="2.1.21" type="string"/>
<var name="kspVersion" value="2.0.1" type="string"/>
<!-- Spring -->
<var name="springBootSupportedKotlinVersion" value="1.9.25" type="string"/>
<var name="springBootVersion" value="3.4.5" type="string"/>
<!-- Other -->
<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="foojayResolver" value="0.9.0" type="string"/>
<var name="jctoolsVersion" value="3.3.0" type="string"/>
<var name="dokkaVersion"
value="2.0.0"
type="string"/>
<var name="xcode" value="16.3" type="string"/>
</vars>