Skip to content

Commit

Permalink
chore: gradle'e recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov committed Feb 28, 2025
1 parent f038f2a commit 764df24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/native/mapping-primitive-data-types-from-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ To create project files:
ways you can configure it.
2. Move your `interop.def`, `lib.h`, and `lib.def` files to the `src/nativeInterop/cinterop` directory.
3. Create a `src/nativeMain/kotlin` directory. This is where all the source files should be, following Gradle's
3. Create a `src/nativeMain/kotlin` directory. This is where you should place all the source files, following Gradle's
recommendations on using conventions instead of configurations.
By default, all the symbols from C are imported to the `interop` package.
Expand Down

0 comments on commit 764df24

Please sign in to comment.