Skip to content

Commit e41b7ae

Browse files
authored
fix: update whatsnew20.md (#4268)
fix the Gradle property
1 parent fa8d26d commit e41b7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/whatsnew20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ it now uses the Maven repositories that you specified in the `repositories {}` b
14961496
You can temporarily switch this behavior back by setting the following Gradle property in your `gradle.properties` file:
14971497

14981498
```none
1499-
kotlin.native.distribution.downloadFromMaven=false.
1499+
kotlin.native.distribution.downloadFromMaven=false
15001500
```
15011501

15021502
Please report any problems to our issue tracker [YouTrack](https://kotl.in/issue). Both of these Gradle properties that

0 commit comments

Comments
 (0)