forked from JetBrains/kotlin-multiplatform-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv.list
More file actions
49 lines (39 loc) · 2.16 KB
/
v.list
File metadata and controls
49 lines (39 loc) · 2.16 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
<?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.21" type="string"/>
<var name="languageVersion" value="2.2" type="string"/>
<var name="apiVersion" value="2.2" type="string"/>
<!-- Compose Multiplatform -->
<var name="org.jetbrains.compose" value="1.9.1" type="string"/>
<var name="org.jetbrains.compose-eap" value="1.9.0-rc02" type="string"/>
<var name="org.jetbrains.androidx.navigation" value="2.9.1" type="string"/>
<var name="org.jetbrains.androidx.lifecycle" value="2.9.5" type="string"/>
<var name="org.jetbrains.compose.material3.adaptive" value="1.2.0-alpha06" type="string"/>
<var name="org.jetbrains.compose.material3" value="1.9.0" type="string"/>
<!-- Jetpack Compose -->
<var name="androidx.compose" value="1.9.0" type="string"/>
<var name="androidx.compose.material3-stable" value="1.4.0" type="string"/>
<!-- Compose Hot Reload -->
<var name="foojayResolverConventionVersion" value="1.0.0" type="string"/>
<!-- KGP, AGP, Xcode -->
<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.11.1" type="string"/>
<var name="xcode" value="26.0" type="string"/>
<!-- Libraries and Frameworks -->
<var name="coroutinesVersion" value="1.10.2" type="string"/>
<var name="serializationVersion" value="1.8.1" type="string"/>
<var name="sqlDelightVersion" value="2.1.0" type="string"/>
<var name="ktorVersion" value="3.3.1" type="string"/>
<var name="dateTimeVersion" value="0.7.1" type="string"/>
<var name="koinVersion" value="4.1.0" type="string"/>
<var name="skieVersion" value="0.10.6" type="string"/>
<var name="kmpncVersion" value="1.0.0-ALPHA-45" type="string"/>
<var name="kspVersion" value="2.2.10-2.0.2" type="string"/>
<var name="vanniktechPublishPlugin" value="0.34.0" type="string"/>
<var name="rubyVersion" value="3.4.7" type="string"/>
</vars>