feat(resources): tweak external resources & visuals

This commit is contained in:
Jean-Philippe Sirois
2020-05-13 06:31:58 -04:00
parent 34047cc05c
commit 2a1d8626bd
15 changed files with 123 additions and 120 deletions
@@ -4,8 +4,10 @@ authors:
created_at: "2019/08/23"
title: "Creating C bindings with Kotlin/Native"
external_resources:
- "https://kotlinlang.org/docs/reference/native/c_interop.html"
- "https://github.com/JetBrains/kotlin-native/releases"
- text: KotlinLang.org C-interop reference
href: "https://kotlinlang.org/docs/reference/native/c_interop.html"
- text: Kotlin releases on GitHub
href: "https://github.com/JetBrains/kotlin-native/releases"
---
## Interoperability with C