Cleanup: make comments more informative

This commit is contained in:
Anton Yalyshev
2019-07-16 23:34:02 +03:00
parent 1cdcde86e3
commit 19dfbfa42c
2 changed files with 6 additions and 4 deletions
@@ -314,8 +314,9 @@ open class GradleKotlinMPPSourceSetsFrameworkSupportProvider : GradleKotlinMPPFr
buildScriptData.addOther(
"""kotlin {
/* Targets declarations omitted
* Documentation: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html */
/* Targets configuration omitted.
* To find out how to configure the targets, please follow the link:
* https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets */
sourceSets {
commonMain {
@@ -201,8 +201,9 @@ class KotlinDslGradleKotlinMPPFrameworkSupportProvider :
buildScriptData.addOther(
"""kotlin {
/* Targets declarations omitted
* Documentation: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html */
/* Targets configuration omitted.
* To find out how to configure the targets, please follow the link:
* https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets */
sourceSets {
val commonMain by getting {