BrainJiT
kmp-awesome
BrainJiT | kmp-awesome | |
---|---|---|
1 | 4 | |
0 | 4,449 | |
- | 3.8% | |
0.0 | 7.6 | |
about 3 years ago | 21 days ago | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
BrainJiT
kmp-awesome
-
Day 60. Markdown
I also did a quick search for suitable solutions in the KMM awesome repository, where I found an interesting solution using Compose WebView Multiplatform.
- Component reuse in Kotlin Multiplatform
-
Best approach for a lone developer to make apps crossplatform?
Keep in mind that you can't use every library that's available in kotlin, for a multimodule platform project. You can use them in the android part, but not in the shared module. Like you can't use Retrofit but can use Ktor, you can't use room for your apps database but can use SQLDelight.. A slight collection of useful libraries can be found here: https://github.com/terrakok/kmm-awesome
-
Adopting Kotlin Multiplatform Mobile(KMM) on 9GAG App
Here is a curated list of KMM libraries you may check for: https://github.com/terrakok/kmm-awesome Challenges - Project setup Of course, there were lots of challenges encountered during KMM integration. Here are a list of items that I found challenging:
What are some alternatives?
AnYme - Unofficial Android Anime App for MyAnimeList
reveal - Reveal effect (coach mark) for Compose Multiplatform targeting Android, iOS, Desktop and Web
awesome-kotlin - A curated list of awesome Kotlin frameworks, libraries, documents and other resources
moko-resources - Resources access for mobile (android & ios) Kotlin Multiplatform development
CoreCLR - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
compose-rich-editor - A Rich text editor library for both Jetpack Compose and Compose Multiplatform, fully customizable, supports HTML and Markdown.
cranelift - Cranelift code generator
Motivation-Nation- - Application that displays motivation quotes(some from me, and some from famous people like Bruce lee,Micheal Jordan, and Nas for example). Also in this application shows the users time/date and timezone that is based on users system prefrences.
awesome-test-automation - A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by https://zapple.tech and https://automated-testing.info
ktor - Framework for quickly creating connected applications in Kotlin with minimal effort
Kotlin-Multiplatform-Libraries - Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL