scirner
01/16/2024, 9:51 PMsettings.gradle.kts
files that automates a lot of conventions for us. One being it includes modules dynamically when they exist. This builds fine and Intellij is fine with finding modules that were included like this, but when the plugin dynamically includes includeBuild("build-logic")
inside of the too settings.gradle.kts
pluginManagement
block, the build succeeds, but Intellij is unable to detect build-logic
as a valid module. Is there anyway to resolve this?twisterrob
01/18/2024, 8:40 PM