Hello, World! I have a very simple and small Kotl...
# multiplatform
b
Hello, World! I have a very simple and small Kotlin/JVM project that uses a SQLite database, currently via JDBC. I'd like to "port" it to full Native (targeting MacOS only for now would be enough). I was wondering if anybody had any general advices and/or pointers about where to start 🙂 Thanks!
b
Start by replacing JVM dependencies with either KMPP or native ones, then change the platform to macOS (which will turn most of your project red) and then just gradually clear up red stuff
b
sqldelight has native support! Perfect! I wasn't aware. 🙏
thanks a lot 🙂