Skip to content

Commit c59801e

Browse files
authored
Update native-definition-file.md
There should only be a 'package' property in the definition file while we should use 'packageName' in the gradle file.
1 parent f39097c commit c59801e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/topics/native/native-definition-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For more information, see the corresponding sections below.
7676
| [`excludedFunctions`](#ignore-specific-functions) | A space-separated list of function names that should be ignored. |
7777
| [`staticLibraries`](#include-a-static-library) | [Experimental](components-stability.md#stability-levels-explained). Includes a static library into `.klib`. |
7878
| [`libraryPaths`](#include-a-static-library) | [Experimental](components-stability.md#stability-levels-explained). A space-separated list of directories where the cinterop tool searches for the library to be included in `.klib`. |
79-
| `packageName` | Package prefix for the generated Kotlin API. |
79+
| `package` | Package prefix for the generated Kotlin API. |
8080
| [`headerFilter`](#filter-headers-by-globs) | Filters headers by globs and includes only them when importing a library. |
8181
| [`excludeFilter`](#exclude-headers) | Excludes specific headers when importing a library and takes priority over `headerFilter`. |
8282
| [`strictEnums`](#configure-enums-generation) | A space-separated list of enums that should be generated as [Kotlin enums](enum-classes.md). |

0 commit comments

Comments
 (0)