diff --git a/src/main/kotlin/lgbt/mystic/foundation/concrete/extensions.kt b/src/main/kotlin/lgbt/mystic/foundation/concrete/extensions.kt index 5f2eb40..9af5881 100644 --- a/src/main/kotlin/lgbt/mystic/foundation/concrete/extensions.kt +++ b/src/main/kotlin/lgbt/mystic/foundation/concrete/extensions.kt @@ -40,7 +40,7 @@ internal val Project.concreteRootProject: Project } if (parent != null) { - return parent!! + return parent!!.concreteRootProject } throw RuntimeException("Failed to find concrete root. Did you apply the concrete root plugin?")