Skip to content

Commit a2e17aa

Browse files
sarahhaggartydanil-pavlov
authored andcommitted
update: update Gradle Isolated Projects feature text
1 parent 515879b commit a2e17aa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/topics/multiplatform/multiplatform-configure-compilations.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -392,14 +392,4 @@ and plugins between projects, allowing them to run safely in parallel.
392392

393393
To enable this feature, follow Gradle's instructions to [set the system property](https://docs.gradle.org/current/userguide/isolated_projects.html#how_do_i_use_it).
394394

395-
If you want to check compatibility before enabling Isolated Projects in Gradle, you can test your projects with the new
396-
Kotlin Gradle plugin model. Add the following Gradle property to your `gradle.properties` file:
397-
398-
```none
399-
kotlin.kmp.isolated-projects.support=enable
400-
```
401-
402-
If you decide to enable the Isolated Projects feature later, remember to remove this Gradle property. The Kotlin Gradle plugin
403-
applies and manages this Gradle property directly.
404-
405395
For more information about the Isolated Projects feature, see [Gradle's documentation](https://docs.gradle.org/current/userguide/isolated_projects.html).

0 commit comments

Comments
 (0)