Skip to content

Abhay-cloud/KodeRunner-Multiplatform

Repository files navigation

KodeRunner - Compose Your Code, Anywhere, Anytime.

kotlin-version Hits

banner

KodeRunner is a cross-platform application built with Kotlin Multiplatform, supporting Android, iOS, Windows, Mac, Linux. Run code seamlessly across platforms, explore public snippets, and unleash the power of 35+ programming languages.

Screenshots

kodeRunner.mp4

Built Using πŸ› 

All dependencies used: Dependencies

Features ✨

  • Public Snippets
  • Code Execution
  • 35+ Languages Support

Installation πŸ› οΈ

  1. Clone this repository:

    git clone https://github.com/Abhay-cloud/KodeRunner-Multiplatform.git
  2. Check the library versions in libs.versions.toml and ensure compatibility with your development environment.

  3. Visit glot.io to register and obtain your access token.

  4. Paste your token here in the specified location in CodeRepository.kt.

Run KodeRunner on Different Platforms πŸš€

Android

To run the application on android device/emulator:

  • open project in Android Studio and run imported android run configuration

To build the application bundle:

  • run ./gradlew :composeApp:assembleDebug
  • find .apk file in composeApp/build/outputs/apk/debug/composeApp-debug.apk

Desktop

Run the desktop application: ./gradlew :composeApp:run

iOS

To run the application on iPhone device/simulator:

Contributors πŸ“’

Connect with me