[Gradle][Minor] Improve documentation in KotlinHierarchyDsl
^KT-58676 Verification Pending
This commit is contained in:
committed by
Space Team
parent
37ec18d8d6
commit
6f42446138
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user