Add charts for vote distributions to admin page
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:
app.androidApp
KotlinConfAppScheme
./gradlew :app:desktopApp:hotRun -DmainClass=org.jetbrains.kotlinconf.MainKt
./gradlew :app:webApp:wasmJsBrowserDevelopmentRun
./gradlew :backend:run
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
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