Skip to content

Commit 1b3da4d

Browse files
authored
Tweak the docs (#97)
1 parent dbb6795 commit 1b3da4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Tapmoc helps you configure your Java/Kotlin compatibility flags:
1010
```kotlin
1111
tapmoc {
1212
java(17) // build for Java 17, including source, target and api compatibility
13-
kotlin("2.1.0") // build for kotlin 2.1.0, including language and api version
13+
kotlin("2.1.0") // build for kotlin 2.1.0, including kotlin-stdlib, language, and api version
1414
}
1515
```
1616

@@ -59,7 +59,7 @@ plugins {
5959
tapmoc {
6060
// Java takes an int for simplicity
6161
java(17)
62-
// Kotlin takes a string so you have more control of the patch release.
62+
// Kotlin takes a string to control the kotlin-stdlib version.
6363
// languageVersion/apiVersion are configured with the minor version only.
6464
kotlin("2.1.0")
6565

0 commit comments

Comments
 (0)