Cleanup: make comments more informative
This commit is contained in:
+3
-2
@@ -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 {
|
||||
|
||||
+3
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user