You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/native/native-definition-file.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ For more information, see the corresponding sections below.
76
76
|[`excludedFunctions`](#ignore-specific-functions)| A space-separated list of function names that should be ignored. |
77
77
|[`staticLibraries`](#include-a-static-library)|[Experimental](components-stability.md#stability-levels-explained). Includes a static library into `.klib`. |
78
78
|[`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. |
80
80
|[`headerFilter`](#filter-headers-by-globs)| Filters headers by globs and includes only them when importing a library. |
81
81
|[`excludeFilter`](#exclude-headers)| Excludes specific headers when importing a library and takes priority over `headerFilter`. |
82
82
|[`strictEnums`](#configure-enums-generation)| A space-separated list of enums that should be generated as [Kotlin enums](enum-classes.md). |
0 commit comments