marykdb / rocksdb-multiplatform

Kotlin Multiplatform RocksDB library
Apache License 2.0
19 stars 2 forks source link

Android runtimes. Unable to build #2

Closed SangameswaranRS closed 2 years ago

SangameswaranRS commented 3 years ago

Getting Unsupported class file major version 59 on SDK 31

jurmous commented 3 years ago

Does it work if you use the Android artifact directly?

implementation("io.maryk.rocksdb:rocksdb-android:6.20.4")

https://github.com/marykdb/rocksdb-android

SangameswaranRS commented 3 years ago

Think its due to high targeting on the JVM. Is JVM 11 supported?

And keep up the good work.

jurmous commented 2 years ago

I made a mistake with the Android publishing while doing a quick upgrade of the dependencies. The .so files were in a wrong directory due to a change in Android its build system.

I have published a new version as 6.20.4-2 of both rocksdb-multiplatform and rocksdb-android projects, which should work again on Android.

SangameswaranRS commented 2 years ago

Oh, will check then. @jurmous , Keep up the great work.