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