File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
ci/templates/maven-test-project Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
The purpose of this test project is to check if Compose Multiplatform is resolvable via pom files, which are used by JPS, which is used by IntelliJ
2
2
3
3
```
4
- ./check.sh -Dkotlin.version=2.1.0 -Dcompose.version=1.8.0-alpha02
4
+ ./check.sh -Dkotlin.version=2.1.0 -Dcompose.version=1.8.0-alpha02 -Dcompose.material3.version=1.8.0-alpha02
5
5
```
Original file line number Diff line number Diff line change 14
14
<kotlin .compiler.jvmTarget>11</kotlin .compiler.jvmTarget>
15
15
<kotlin .version>2.1.20</kotlin .version>
16
16
<compose .version>1.8.2</compose .version>
17
+ <compose .material3.version>1.8.2</compose .material3.version>
17
18
</properties >
18
19
19
20
<repositories >
98
99
<artifactId >kotlin-stdlib</artifactId >
99
100
<version >${kotlin.version} </version >
100
101
</dependency >
102
+ <dependency >
103
+ <groupId >org.jetbrains.compose.foundation</groupId >
104
+ <artifactId >foundation-desktop</artifactId >
105
+ <version >${compose.version} </version >
106
+ </dependency >
101
107
<dependency >
102
108
<groupId >org.jetbrains.compose.material3</groupId >
103
109
<artifactId >material3-desktop</artifactId >
104
- <version >${compose.version} </version >
110
+ <version >${compose.material3. version} </version >
105
111
</dependency >
106
112
107
113
<dependency >
You can’t perform that action at this time.
0 commit comments