Skip to content

Commit

Permalink
Merge pull request #70 from thc202/address-warn
Browse files Browse the repository at this point in the history
Address build warning
  • Loading branch information
psiinon committed Nov 27, 2023
2 parents dfcbe42 + dcdc32f commit 7cf7cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ fun setUpProject(parentDir: File, project: ProjectDescriptor) {
if (!project.buildFile.isFile) {
throw AssertionError("Project ${project.name} has no build file: ${project.buildFile}")
}
project.children.forEach { project -> setUpProject(project.parent!!.projectDir, project) }
project.children.forEach { setUpProject(it.parent!!.projectDir, it) }
}

0 comments on commit 7cf7cf0

Please sign in to comment.