Skip to content

Commit

Permalink
Set "settings.gradle.kts" as default selected file in the preview
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Mar 21, 2023
1 parent 6573742 commit 4af319b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fun WizardSection(callback: (projectInfo: ProjectInfo) -> Unit) = Section({
minHeight(600.pt)
}
}) {
val selectedFilePath = remember { mutableStateOf("build.gradle.kts") }
val selectedFilePath = remember { mutableStateOf("settings.gradle.kts") }

val structure = projectInfoState.value.generate()
if (structure.none { it.path == selectedFilePath.value }) {
Expand Down

0 comments on commit 4af319b

Please sign in to comment.