Skip to content

Commit d8d916b

Browse files
authored
feat: C interop overview revamp (#4685)
1 parent ad22e1c commit d8d916b

7 files changed

+215
-216
lines changed

docs/topics/native/apple-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
> All Kotlin declarations generated by the cinterop tool from Objective-C libraries
55
> should have the `@ExperimentalForeignApi` annotation.
66
>
7-
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX),
8-
> require opt-in only for some APIs. In such cases, you get an IDE warning.
7+
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX)
8+
> require opt-in only for some APIs.
99
>
1010
{style="warning"}
1111

docs/topics/native/mapping-function-pointers-from-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
> All Kotlin declarations generated by the `cinterop` tool from C libraries
55
> should have the `@ExperimentalForeignApi` annotation.
66
>
7-
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX),
8-
> require opt-in only for some APIs. In such cases, you get an IDE warning.
7+
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX)
8+
> require opt-in only for some APIs.
99
>
1010
{style="warning"}
1111

docs/topics/native/mapping-primitive-data-types-from-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
> All Kotlin declarations generated by the `cinterop` tool from C libraries
55
> should have the `@ExperimentalForeignApi` annotation.
66
>
7-
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX),
8-
> require opt-in only for some APIs. In such cases, you get an IDE warning.
7+
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX)
8+
> require opt-in only for some APIs.
99
>
1010
{style="warning"}
1111

docs/topics/native/mapping-strings-from-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
> All Kotlin declarations generated by the `cinterop` tool from C libraries
55
> should have the `@ExperimentalForeignApi` annotation.
66
>
7-
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX),
8-
> require opt-in only for some APIs. In such cases, you get an IDE warning.
7+
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX)
8+
> require opt-in only for some APIs.
99
>
1010
{style="warning"}
1111

docs/topics/native/mapping-struct-union-types-from-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
> All Kotlin declarations generated by the `cinterop` tool from C libraries
55
> should have the `@ExperimentalForeignApi` annotation.
66
>
7-
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX),
8-
> require opt-in only for some APIs. In such cases, you get an IDE warning.
7+
> Native platform libraries shipped with Kotlin/Native (like Foundation, UIKit, and POSIX)
8+
> require opt-in only for some APIs.
99
>
1010
{style="warning"}
1111

0 commit comments

Comments
 (0)