[Gradle][Minor] Fix typo in KotlinMultiplatformExtension documentation

^KT-58676 Verification Pending
This commit is contained in:
Sebastian Sellmair
2023-06-22 10:00:46 +02:00
committed by Space Team
parent f26f3e0738
commit 37ec18d8d6
@@ -54,7 +54,7 @@ abstract class KotlinMultiplatformExtension
internal val hierarchy by lazy { KotlinHierarchyDslImpl(targets, sourceSets) }
/**
* Set's up a 'natural'/'default' hierarchy withing [KotlinTarget]'s in the project.
* Sets up a 'natural'/'default' hierarchy withing [KotlinTarget]'s in the project.
*
* #### Example
*