jetbrains/kotlinconf-app

The official KotlinConf application

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 19th, 2026
Created on October 26th, 2017
Open Issues & Pull Requests: 49 (+0)
GitHub issues: Enabled
Number of forks: 422
Total Stargazers: 3,561 (+0)
Total Subscribers: 133 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 98.1 days
90th percentile: 176.9 days
Tracked items: 171

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. Only 27% of open issues come from outside the core team — the tracker reads mainly as internal planning. Only 54% of issues opened in the past year have been closed. Three people close 99% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 320 days
Stale 30+ days: 32
Stale 90+ days: 31

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (3)
  • help wanted (2)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

KotlinConf App is a multiplatform mobile and web application that demonstrates Kotlin Multiplatform development across Android, iOS, desktop, and web platforms.

The application serves as the official companion app for the KotlinConf conference. It uses Kotlin Multiplatform to share code across all client platforms, with Compose Multiplatform providing a unified UI layer. The backend runs on Ktor with Exposed for database access, allowing the entire application stack to be written in Kotlin while targeting diverse deployment environments.

This project is most valuable as a reference implementation for developers building multiplatform applications with Kotlin. It shows practical patterns for sharing business logic and UI code across Android, iOS, web, and desktop targets simultaneously. The application is published on Google Play, the App Store, and as a web deployment, making it a real-world example rather than a toy project. Developers evaluating Kotlin Multiplatform adoption can examine how a production application structures its codebase, handles platform-specific concerns, and maintains a single source of truth for shared functionality.

The project maintains active development with regular updates to support current Kotlin and Compose Multiplatform versions. The codebase receives ongoing refinements to build configurations and platform-specific implementations. The project demonstrates sustained investment in keeping the multiplatform toolchain integration current and functional across all supported targets.