Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 13, 2024
1 parent 6fe94bf commit a64f6a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion webApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig

plugins {
alias(libs.plugins.kotlin.multiplatform)
alias(libs.plugins.kotlin.compose)
alias(libs.plugins.kotlin.serialization)
alias(libs.plugins.kotlin.compose)
alias(libs.plugins.compose)
}

Expand Down
14 changes: 7 additions & 7 deletions webApp/src/commonMain/resources/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"id": "google-android-studio",
"name": "Android Studio",
"filters": ["google", "android"],
"filters": ["google", "android", "ide"],
"pack": 1
},
{
Expand All @@ -56,13 +56,13 @@
{
"id": "google-material3-1",
"name": "Material3",
"filters": ["google", "android"],
"filters": ["google", "android", "design"],
"pack": 1
},
{
"id": "google-material3-2",
"name": "Material3",
"filters": ["google", "android"],
"filters": ["google", "android", "design"],
"pack": 1
},
{
Expand Down Expand Up @@ -242,7 +242,7 @@
{
"id": "google-go-1",
"name": "Go (Programming Language)",
"filters": ["google"],
"filters": ["google", "programming", "language"],
"pack": 1
},
{
Expand All @@ -260,7 +260,7 @@
{
"id": "google-gemini",
"name": "Google Gemini",
"filters": ["google"],
"filters": ["google", "ai"],
"pack": 1
},
{
Expand All @@ -284,7 +284,7 @@
{
"id": "google-angular",
"name": "Angular",
"filters": ["google"],
"filters": ["google", "web"],
"pack": 1
},
{
Expand All @@ -302,7 +302,7 @@
{
"id": "google-chromium",
"name": "Google Chromium",
"filters": ["google"],
"filters": ["google", "browser"],
"pack": 1
},
{
Expand Down

0 comments on commit a64f6a5

Please sign in to comment.