mikepenz /
AboutLibraries
AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose Multiplatform environments
Loading repository data…
joelkanyi / repository
A Kotlin Multiplatform app that helps users enhance their productivity and time management skills through focused work intervals and short breaks.
FocusBloom is a Kotlin Multiplatform app that helps users enhance their productivity and time management skills through focused work intervals and short breaks.
Please note that this project is still under development and some features may not work as expected.
If you find any bugs or have any suggestions, feel free to open an issue or a pull request.
| ✅ | ✅ | ✅ | Planned |
The app is shared between Android, iOS and Desktop. The shared code is written in Kotlin and the UI is built with Compose Multiplatform. Shared code, written in Kotlin, is compiled to JVM bytecode for Android and Desktop with Kotlin/JVM and to native binaries for iOS with Kotlin/Native.
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
:desktop --> :shared
:android --> :shared
To run the application on android device/emulator:
Run the desktop application: ./gradlew :desktop:run
To run the application on iPhone device/simulator:
ios/iosApp.xcworkspace in Xcode and run standard configurationCopyright 2023 JoelKanyi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Selected from shared topics, language and repository description—not editorial ratings.
mikepenz /
AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose Multiplatform environments
KhubaibKhan4 /
YouTube clone using Kotlin Multiplatform. It supports the Android, iOS, Web and Desktop Application. A better version of Original Applications.
Coding-Meet /
News Kotlin Multiplatform project designed to target Android, iOS, Windows, macOS, Linux platforms.
kkostov /
A minimalistic audio player library for Kotlin Multiplatform and Compose Multiplatform
Coding-Meet /
How to Implement Shaders in Compose Multiplatform (Android, iOS, Desktop & Web)
alejandro-rios /
🕹️ A simple Boggle game App using Kotlin and Compose Multiplatform for Android, iOS, Desktop and Web