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( buildScriptData.addOther(
"""kotlin { """kotlin {
/* Targets declarations omitted /* Targets configuration omitted.
* Documentation: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html */ * 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 { sourceSets {
commonMain { commonMain {
@@ -201,8 +201,9 @@ class KotlinDslGradleKotlinMPPFrameworkSupportProvider :
buildScriptData.addOther( buildScriptData.addOther(
"""kotlin { """kotlin {
/* Targets declarations omitted /* Targets configuration omitted.
* Documentation: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html */ * 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 { sourceSets {
val commonMain by getting { val commonMain by getting {