ionspin / kotlin-multiplatform-bignum

A Kotlin multiplatform library for arbitrary precision arithmetics
Apache License 2.0
345 stars 41 forks source link

Should I add support of Android Target #234

Closed caffeine-mgn closed 1 year ago

caffeine-mgn commented 2 years ago

Hi. I can add support of android. But after that for build require Android SDK. What you thinks about that? Can you add android sdk on build stage if I add android build target?

ionspin commented 2 years ago

Hi @caffeine-mgn,

Could you tell me what is the benefit of adding android target? Currently the library is fully usable on Android with jvm release as far as I can tell.