ruslin-note / ruslin-android

A simple notes application that supports syncing notes using a self-hosted Joplin server.
GNU General Public License v3.0
166 stars 9 forks source link

It cannot run because two classes cannot be found. #45

Closed ldlywt closed 1 year ago

ldlywt commented 1 year ago

import uniffi.ruslin.MarkdownTagRange import uniffi.ruslin.parseMarkdown

image

DianQK commented 1 year ago

I have added some build instructions in the PR #46. The missing Kotlin code is generated by uniffi-rs, so you need to build the Rust part first.