Skip to content

Commit 86c8292

Browse files
lppeddftomassetti
authored andcommitted
docs: update readme
1 parent e255edf commit 86c8292

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ The supported Native platforms are:
4444
| macosArm64 | linuxArm64 | androidNativeArm64 |
4545
| iosSimulatorArm64 | watchosSimulatorArm64 | androidNativeX86 |
4646
| iosX64 | watchosX64 | androidNativeX64 |
47-
| | watchosArm32 | watchosDeviceArm64 |
47+
| iosArm64 | watchosArm32 | watchosDeviceArm64 |
4848
| | watchosArm64 | mingwX64 |
4949
| | tvosSimulatorArm64 | linuxArm32Hfp |
5050
| | tvosX64 | |
5151
| | tvosArm64 | |
52-
| | iosArm64 | |
5352

5453
> [!NOTE]
5554
> The `linuxArm32Hfp` platform is deprecated
@@ -120,7 +119,10 @@ To start using ANTLR Kotlin:
120119
Depending on `cleanGenerateKotlinGrammarSource` ensures the `.tokens` files are always fresh,
121120
and we do not end up with out-of-sync lexers and parsers.
122121

123-
5. Specify that the output directory of the `generateKotlinGrammarSource` task should be included as a source directory in the commonMain source set. In Gradle, you can do that by simply reference the task itself, and Gradle will automatically infer the associated output directory and include such directory in the source set.
122+
5. Specify that the output directory of the `generateKotlinGrammarSource` task should be included
123+
as a source directory in the `commonMain` source set. With Gradle, you can do that by simply
124+
referencing the task itself. Gradle will automatically infer the associated output directory
125+
and include it in the source set.
124126

125127
```kotlin
126128
kotlin {
@@ -129,7 +131,7 @@ To start using ANTLR Kotlin:
129131
kotlin {
130132
srcDir(generateKotlinGrammarSource)
131133
}
132-
...
134+
/* ... */
133135
}
134136
}
135137
}

0 commit comments

Comments
 (0)