Add check for backstack size before handling back navigation events (#585)
This repository contains the source code of the official application for KotlinConf.
The application is written in Kotlin, sharing code between all of its platforms using Kotlin Multiplatform.
The app is published for the following platforms:
To build the project locally:
androidApp
KotlinConfAppScheme
./gradlew :shared:jvmRunHot -DmainClass=org.jetbrains.kotlinconf.MainKt
./gradlew :shared:wasmJsBrowserDevelopmentRun
./gradlew :backend:run
KotlinConf App
This repository contains the source code of the official application for KotlinConf.
The application is written in Kotlin, sharing code between all of its platforms using Kotlin Multiplatform.
The app is published for the following platforms:
Building the project
To build the project locally:
androidApprun configurationKotlinConfAppScheme./gradlew :shared:jvmRunHot -DmainClass=org.jetbrains.kotlinconf.MainKt./gradlew :shared:wasmJsBrowserDevelopmentRun./gradlew :backend:run