Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

JetBrains official project

KotlinConf App

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 KotlinConf official application

The application is written in Kotlin, sharing code between all of its platforms using Kotlin Multiplatform.

  • The client application for Android, iOS, desktop, and web is built with shared UI using Compose Multiplatform.
  • The backend application is powered by the Ktor server-side framework and the Exposed database library.

The app is published for the following platforms:

Building the project

To build the project locally:

  1. Set up your environment for Kotlin Multiplatform development.
  2. Open the project in IntelliJ IDEA or Android Studio.
  3. Run the desired platform
    • Android: use the app.androidApp run configuration
    • iOS: use KotlinConfAppScheme
    • Desktop: ./gradlew :app:desktopApp:hotRun -DmainClass=org.jetbrains.kotlinconf.MainKt
    • Web: ./gradlew :app:webApp:wasmJsBrowserDevelopmentRun
    • Backend: ./gradlew :backend:run

关于 About

The official KotlinConf application
androidcompose-multiplatformdesktopioskotlinkotlin-multiplatformkotlinconfweb

语言 Languages

Kotlin98.6%
HTML0.7%
JavaScript0.4%
Swift0.3%
Shell0.0%
Procfile0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
282
Total Commits
峰值: 26次/周
Less
More

核心贡献者 Contributors