Skip to content

Commit 3d81b02

Browse files
committed
Welcome Screen: Language selection
1 parent b0c61a4 commit 3d81b02

File tree

6 files changed

+469
-232
lines changed

6 files changed

+469
-232
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tasks.withType<JavaExec> {
2121
systemProperty("processing.contributions.source", "https://contributions-preview.processing.org/contribs.txt")
2222
systemProperty("processing.download.page", "https://processing.org/download/")
2323
systemProperty("processing.download.latest", "https://processing.org/download/latest.txt")
24+
systemProperty("processing.tutorials", "https://processing.org/tutorials/")
2425
}
2526

2627

@@ -95,6 +96,7 @@ dependencies {
9596
implementation(compose.ui)
9697
implementation(compose.components.resources)
9798
implementation(compose.components.uiToolingPreview)
99+
implementation(compose.materialIconsExtended)
98100

99101
implementation(compose.desktop.currentOs)
100102

0 commit comments

Comments
 (0)