We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3e924 commit 6f0f3a6Copy full SHA for 6f0f3a6
docs/pages/kotlinx-rpc/topics/grpc-configuration.topic
@@ -89,7 +89,7 @@
89
</li>
90
<li>
91
<code>jvmMain</code> and <code>jvmTest</code> - source sets for Kotlin/Multiplatform projects.
92
- Default source directories are <path>src/jsmMain/proto</path> and <path>src/jvmTest/proto</path>.
+ Default source directories are <path>src/jvmMain/proto</path> and <path>src/jvmTest/proto</path>.
93
<warning>
94
These will change to <path>src/commonMain/proto</path> and <path>src/commonTest/proto</path> in the
95
future.
0 commit comments