Commit b0cfca5
committed
Refactor desktop sample build configuration to use standard JVM target
- Renamed the JVM target from `"desktop"` to the default `jvm()`.
- Renamed the source set from `desktopMain` to `jvmMain` to match the default Kotlin Multiplatform naming convention.
- Added the `compose.desktop.currentOs` dependency to `jvmMain`.1 parent a20b560 commit b0cfca5
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments