Skip to content

Commit 3cf5b29

Browse files
committed
Add success message to project creation completion
1 parent f600397 commit 3cf5b29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/kotlin/com/github/cnrture/quickprojectwizard/projectwizard/recipes/ComposeMultiplatformProjectRecipe.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ fun composeMultiplatformProjectRecipe(
171171
}
172172
}
173173
analyticsService.track("compose_multiplatform_project_created")
174+
174175
Utils.showInfo(
175176
title = "Quick Project Wizard",
176177
message = "Your project is ready! 🚀 If you like the plugin, please comment and rate it on the plugin page. 🙏",

0 commit comments

Comments
 (0)