Skip to content

Commit

Permalink
chore: fix typo in Gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandraPedroza committed Nov 18, 2024
1 parent 96c92c6 commit 7e06257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/whatsnew-eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ There are two ways to enable the Kotlin Gradle plugin's new model:

* Option 1: **Testing compatibility without enabling Isolated Projects**: To check compatibility with the Kotlin Gradle
plugin's new model without enabling the Isolated Projects feature, add the following Gradle property in the
`build.gradle.kts` file of your project:
`gradle.properties` file of your project:

```none
kotlin.kmp.isolated-projects.support=enable
Expand Down

0 comments on commit 7e06257

Please sign in to comment.