expose supported languages in iOS settings and allow switching
This repository contains the source code of the official application for KotlinConf.
KotlinConf 2026 tickets are currently on sale! Visit the Registration page of the website to grab yours.
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:
app.androidApp
KotlinConfAppScheme
./gradlew :app:desktopApp:hotRun -DmainClass=org.jetbrains.kotlinconf.MainKt
./gradlew :app:webApp:wasmJsBrowserDevelopmentRun
./gradlew :backend:run
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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:
app.androidApprun configurationKotlinConfAppScheme./gradlew :app:desktopApp:hotRun -DmainClass=org.jetbrains.kotlinconf.MainKt./gradlew :app:webApp:wasmJsBrowserDevelopmentRun./gradlew :backend:run