https://github.com/makeevrserg/kmp-template
Template for Kotlin Multiplatform applications
https://github.com/makeevrserg/kmp-template
android android-application compose compose-multiplatform kotlin kotlin-multiplatform
Last synced: about 2 months ago
JSON representation
Template for Kotlin Multiplatform applications
- Host: GitHub
- URL: https://github.com/makeevrserg/kmp-template
- Owner: makeevrserg
- License: apache-2.0
- Created: 2024-02-03T13:53:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:51:47.000Z (2 months ago)
- Last Synced: 2025-03-21T01:34:32.138Z (about 2 months ago)
- Topics: android, android-application, compose, compose-multiplatform, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage: https://github.com/makeevrserg
- Size: 767 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](LICENSE.md)
## Kotlin Multiplatform Template
Template KMP application
## Architecture
The application is build on [The Architecture GuideLines](https://makeevrserg.github.io/Arkitekture/)
### Some non-standart libraries
| Non-default Libraries used | Author/Organization |
|:---------------------------|--------------------------------------------------------------:|
| Resources by | [IceRock Development](https://github.com/icerockdev) |
| Architecture by | [Arkadii Ivanov](https://github.com/arkivanov) |
| DI | [klibs.kdi](https://github.com/makeevrserg/KDI) |
| Paging | [klibs.paging](https://github.com/makeevrserg/klibs.paging) |
| Micro utils | [klibs.mikro](https://github.com/makeevrserg/klibs.mikro) |
| Gradle boilerplate | [gradle-plugin](https://github.com/makeevrserg/gradle-plugin) |### See other tons of my projects
- [Organization](https://github.com/Astra-Interactive)
- [My Profile](https://github.com/makeevrserg)