My personal website https://anandbose.dev
Find a file
2024-12-31 19:48:54 +05:30
.github/workflows Initial commit 2024-12-30 21:59:10 +05:30
composeApp Replace Kotlin browser APIs with common APIs 2024-12-31 19:48:54 +05:30
gradle Initial commit 2024-12-30 21:59:10 +05:30
kotlin-js-store Initial commit 2024-12-30 21:59:10 +05:30
.gitignore Initial commit 2024-12-30 21:59:10 +05:30
build.gradle.kts Initial commit 2024-12-30 21:59:10 +05:30
gradle.properties Initial commit 2024-12-30 21:59:10 +05:30
gradlew Initial commit 2024-12-30 21:59:10 +05:30
gradlew.bat Initial commit 2024-12-30 21:59:10 +05:30
LICENSE Updates 2024-12-31 09:03:56 +05:30
README.md Initial commit 2024-12-30 21:59:10 +05:30
settings.gradle.kts Initial commit 2024-12-30 21:59:10 +05:30

This is a Kotlin Multiplatform project targeting Web.

  • /composeApp is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:
    • commonMain is for code thats common for all targets.
    • Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name. For example, if you want to use Apples CoreCrypto for the iOS part of your Kotlin app, iosMain would be the right folder for such calls.

Learn more about Kotlin Multiplatform, Compose Multiplatform, Kotlin/Wasm

We would appreciate your feedback on Compose/Web and Kotlin/Wasm in the public Slack channel #compose-web. If you face any issues, please report them on GitHub.

You can open the web application by running the :composeApp:wasmJsBrowserDevelopmentRun Gradle task.