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
46 lines (37 loc) · 2.04 KB
/
v.list
File metadata and controls
46 lines (37 loc) · 2.04 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
<?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="languageVersion" value="2.2" type="string"/>
<var name="apiVersion" value="2.2" type="string"/>
<!-- Compose Multiplatform -->
<var name="org.jetbrains.compose" value="1.8.2" type="string"/>
<var name="org.jetbrains.compose-eap" value="1.9.0-beta01" type="string"/>
<var name="org.jetbrains.androidx.navigation" value="2.9.0-beta04" type="string"/>
<var name="org.jetbrains.androidx.lifecycle" value="2.9.1" type="string"/>
<var name="org.jetbrains.compose.material3.adaptive" value="1.1.2" type="string"/>
<var name="org.jetbrains.compose.material3" value="1.9.0-alpha04" type="string"/>
<!-- Jetpack Compose -->
<var name="androidx.compose" value="1.8.2" type="string"/>
<var name="androidx.compose.material3-stable" value="1.3.2" type="string"/>
<!-- Compose Hot Reload -->
<var name="foojayResolverConventionVersion" value="0.10.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.10.0" type="string"/>
<var name="xcode" value="16.3" 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.2.3" type="string"/>
<var name="dateTimeVersion" value="0.6.2" type="string"/>
<var name="koinVersion" value="4.1.0" type="string"/>
<var name="skieVersion" value="0.10.4" type="string"/>
<var name="kmpncVersion" value="1.0.0-ALPHA-45" type="string"/>
<var name="kspVersion" value="2.2.0-2.0.2" type="string"/>
</vars>