Skip to content

Commit

Permalink
chore: clarify gradle property location in whats new 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Oct 2, 2023
1 parent 07bf976 commit 36e810f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/whatsnew19.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ If you encounter any issues when using kapt with the K2 compiler, please report

### Try the K2 compiler in your project

Starting with 1.9.0 and until the release of Kotlin 2.0, you can easily test the K2 compiler with the `kotlin.experimental.tryK2=true`
Gradle property. You can also run the following command:
Starting with 1.9.0 and until the release of Kotlin 2.0, you can easily test the K2 compiler by adding the `kotlin.experimental.tryK2=true`
Gradle property to your `gradle.properties` file. You can also run the following command:

```shell
./gradlew assemble -Pkotlin.experimental.tryK2=true
Expand Down

0 comments on commit 36e810f

Please sign in to comment.