d-r-q / qbit

qbit is a kotlin-multiplatform embeddable decentralized DBMS with object-relational information model
44 stars 9 forks source link

MPP: get rid of qbit-core-jvm in favour of qbit-core #71

Closed d-r-q closed 4 years ago

d-r-q commented 4 years ago

Currently qbit core is splitted into two projects - qbit-core and qbit-core-jvm. The former is project for code that can be compiled to jvm, js and native and the later is project for code that can be compiled only for jvm. Make all code in qbit-core-jvm multiplatform and move it to qbit-core project.

Modules to move:

After movement competion: