[Gradle][Minor] Improve documentation in KotlinHierarchyDsl

^KT-58676 Verification Pending
This commit is contained in:
Sebastian Sellmair
2023-06-22 10:04:12 +02:00
committed by Space Team
parent 37ec18d8d6
commit 6f42446138
@@ -31,9 +31,9 @@ interface KotlinHierarchyDsl {
fun applyHierarchyTemplate(template: KotlinHierarchyTemplate)
/**
* Similar to [applyDefaultHierarchyTemplate], but allows to extend the provided template
* Similar to [applyHierarchyTemplate], but allows to extend the provided template
*
* #### Example 2: Adding custom groups (Experimental)
* #### Example: Adding custom groups (Experimental)
* Let's imagine we would additionally like to share code between linux and apple (unixLike)
*
* ```kotlin