Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 698 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 698 Bytes

Extending a KMM Shared Module With C/C++ Code

This repository contains sample code for tutotial I've written at Hackernoon

This tutorial was inspired by Zipline library.

Content

This repository contains code for Kotlin Multiplatform library for iOS and Android targets, which provides Kotlin bindings for C-implementations of SHA-256 hash function.

Build configuration doesn't contains custom gradle tasks or any shell-script. For iOS target it uses CKlib gradle plugin and for Android target it uses regular Android gradle plugin's NDK.