Streamlining Code Consistency
Many platforms face challenges when converting code between Android and iOS. These challenges often lead to bugs and issues. Some companies turn to code multiplatform tools, but this can result in losing control over the code.
OmniKernel is a new framework under development that aims to simplify this process. It makes certain pieces of code between Kotlin and Swift as similar as possible. With OmniKernel, you can almost copy and paste these code snippets from one platform to another, while still maintaining your native code and control.
Releases
0.1.0
Kotlin: Ktor + OkHttp
Swift: URLSession
0.2.0
Kotlin: SharedPreferences
Swift: UserDefaults
0.3.0
Kotlin: SQLiteOpenHelper
Swift: SQLite3
Download
Kotlin: https://github.com/ClaudioSchirmer/OmniKernel-Maven
Add to your project using the Maven repository available at the URL below
Swift: https://github.com/ClaudioSchirmer/OmmiKernel-XCFramework
Add the package to your project using package dependencies from the URL of the GitHub repository