Commit Tracker

© 2026 Commit Tracker

PricingStatsGuidesStatusPrivacyTerms
Back to Repositories

Heapy/awesome-kotlin

A curated list of awesome Kotlin related stuff Inspired by awesome-java.

50 commits tracked1 subscriberSynced about 2 hours ago
View on GitHub

RSS Feed

https://www.committracker.com/api/feed/repo/Heapy/awesome-kotlin.rss

Atom Feed

https://www.committracker.com/api/feed/repo/Heapy/awesome-kotlin.atom

JSON Feed

https://www.committracker.com/api/feed/repo/Heapy/awesome-kotlin.json

Tip: append ?type=releases, ?type=pulls, or ?type=combined to switch repo feed type.

Notification Filters

Limit notifications by author or commit message

Subscribe to this repository to create notification filters.

Commits

Recent commit history

Ruslan Ibragimov

Switch to ktor backend server

Ruslan Ibragimov•58e8e86•23 days ago
45 files changed.env.example, .github/workflows/build.yml, Dockerfile…
Ruslan Ibragimov

Refactor `ConfigModule`: move to `infra.config`, replace `Hocon.decodeFromConfig` with `ConfigModule.decode`, and remove redundant imports

Ruslan Ibragimov•4e105b7•24 days ago
6 files changedapp-backend/src/main/kotlin/ConfigModule.kt, app-backend/src/main/kotlin/JdbcModule.kt, app-backend/src/main/kotlin/ServerModule.kt…
Ruslan Ibragimov

Update build configurations: JDK 25 migration, add KSP plugin, refine dependencies, and disable `distZip` task

Ruslan Ibragimov•07a330d•24 days ago
2 files changed.github/workflows/build.yml, app-backend/build.gradle.kts
Ruslan Ibragimov

Update `docker-compose.dev.yml`: adjust naming convention, upgrade PostgreSQL to 18.3, and refine volume path

Ruslan Ibragimov•f6f0c31•24 days ago
1 file changedapp-backend/docker-compose.dev.yml
Ruslan Ibragimov

Replace custom dotenv implementation with `komok.tech.config.dotenv`

Ruslan Ibragimov•68cd398•24 days ago
3 files changedapp-backend/build.gradle.kts, app-backend/src/main/kotlin/ConfigModule.kt, app-backend/src/main/kotlin/config/dotenv.kt
Ruslan Ibragimov

Add new resources and organize categories in `Backlog.txt`

Ruslan Ibragimov•e515d4d•24 days ago
1 file changedBacklog.txt
Ruslan Ibragimov

Fix typo in `README.md` Slack channel reference

Ruslan Ibragimov•e480aad•24 days ago
1 file changedREADME.md
Ruslan Ibragimov

Update `.gitignore`: add Kotlin, Gradle, and macOS exclusions

Ruslan Ibragimov•38af8bc•24 days ago
1 file changed.gitignore
Ruslan Ibragimov

Update `.editorconfig`: adjust Kotlin settings and add SCSS to file type groups

Ruslan Ibragimov•741b5ec•24 days ago
1 file changed.editorconfig
Ruslan Ibragimov

Add `komok-tech-di`, `komok-tech-di-lib`, and `ktor-server-test-host` to `libs.versions.toml`

Ruslan Ibragimov•10f3eef•24 days ago
1 file changedgradle/libs.versions.toml
Ruslan Ibragimov

Replace `utils.logger` with `io.heapy.komok.tech.logging` throughout the project and remove `utils.logging`

Ruslan Ibragimov•43a3631•24 days ago
8 files changedapp-backend/build.gradle.kts, app-backend/src/main/kotlin/Application.kt, app-backend/src/main/kotlin/ktor/plugins/HTTP.kt…
Ruslan Ibragimov

Yarn 4.13.0. Use pnpm instead of pnp

Ruslan Ibragimov•62f56b9•24 days ago
Ruslan Ibragimov

Add new links to `Backlog.txt`

Ruslan Ibragimov•31d42f7•24 days ago
Ruslan Ibragimov

Remove CodeQL GitHub Actions workflow

Ruslan Ibragimov•dba20c0•24 days ago
Ruslan Ibragimov

Add labels to Dependabot configuration for dependencies, JavaScript, Kotlin, and GitHub Actions

Ruslan Ibragimov•4e70523•24 days ago
Ruslan Ibragimov

Belarus KUG was removed from kotlin user groups list

Ruslan Ibragimov•c3aca85•24 days ago
Ruslan Ibragimov

Remove `README.md` generation and associated functionality

Ruslan Ibragimov•d9c8029•24 days ago
Ruslan Ibragimov

Upgrade dependencies in `libs.versions.toml`: commonmark, flyway, jackson, jooq, junit, kotlin, ksp, ktor, logback, micrometer, mockk, postgresql

Ruslan Ibragimov•d021a6a•24 days ago
Ruslan Ibragimov

Upgrade Gradle wrapper to 9.4.1

Ruslan Ibragimov•71c8be9•24 days ago
Ruslan Ibragimov

Add new links to `Backlog.txt`

Ruslan Ibragimov•a286afc•24 days ago
Stefan Oltmann

Update links to Kim & XMP Core (#1088)

Stefan Oltmann•943ba4c•about 1 month ago
1 file changedsrc/main/resources/links/Libraries.awesome.kts
dependabot[bot]

Bump gradle/actions from 5 to 6 in the all group (#1089)

dependabot[bot]•ba3105c•about 1 month ago
1 file changed.github/workflows/build.yml
Andreas Schnapp

add mutflow a mutation testing library (#1085)

Andreas Schnapp•c624be9•about 1 month ago
1 file changedsrc/main/resources/links/Libraries.awesome.kts
dependabot[bot]

Bump the all group with 3 updates (#1081)

dependabot[bot]•b3082f6•about 2 months ago
1 file changed.github/workflows/build.yml
Yongho Hwang

Add TBEG (Template Based Excel Generator) to Libraries/Misc (#1072)

Yongho Hwang•5e37a87•about 2 months ago
1 file changedsrc/main/resources/links/Libraries.awesome.kts
Dmitry Nekrasov

Add kotlinx.collections.immutable to Misc libraries (#1071)

Dmitry Nekrasov•83e71a3•about 2 months ago
1 file changedsrc/main/resources/links/Libraries.awesome.kts
dependabot[bot]

Bump the all group with 2 updates (#1077)

dependabot[bot]•1126e6d•about 2 months ago
1 file changed.github/workflows/build.yml
Dmitry Nekrasov

Add kodvent - algorithms and data structures library for Advent of Code (#1070)

Dmitry Nekrasov•71ddd38•2 months ago
1 file changedsrc/main/resources/links/Libraries.awesome.kts
Ruslan Ibragimov

Downgrade Node.js version in GitHub Actions workflow from 25.x to 24.x

Ruslan Ibragimov•dc35085•2 months ago
1 file changed.github/workflows/build.yml
dependabot[bot]

Bump minimatch from 3.1.2 to 3.1.3 in /app-frontend (#1076)

dependabot[bot]•8bf4678•2 months ago
4 files changedapp-frontend/.pnp.cjs, app-frontend/.yarn/cache/minimatch-npm-3.1.2-9405269906-e0b25b04cd.zip, app-frontend/.yarn/cache/minimatch-npm-3.1.3-245d4f5dda-d430c40785.zip…
Ruslan Ibragimov

Add new links to `Backlog.txt`

Ruslan Ibragimov•202c538•2 months ago
1 file changedBacklog.txt
Ruslan Ibragimov

Add new links to `Backlog.txt`

Ruslan Ibragimov•aa94732•2 months ago
1 file changedBacklog.txt
Aleksandr Efremenkov

Add android-nvim-plugin to Android tools (#1067)

Aleksandr Efremenkov•faf7cb6•3 months ago
1 file changedsrc/main/resources/links/Android.awesome.kts
Minseok Kim

Remove href from Actionbase to link to GitHub repo (#1066)

Minseok Kim•b095555•3 months ago
Minseok Kim

Add Actionbase - database for user interactions (#1065)

Minseok Kim•e940926•3 months ago
Ruslan Ibragimov

Upgrade Gradle wrapper to 9.3.1

Ruslan Ibragimov•f8d1dd2•3 months ago
dependabot[bot]

Bump the all group in /app-frontend with 2 updates (#1060)

dependabot[bot]•d9b12ab•3 months ago
dependabot[bot]

Bump the all group with 3 updates (#1061)

dependabot[bot]•948be4e•3 months ago
dependabot[bot]

Bump the all group with 8 updates (#1062)

dependabot[bot]•d9453fd•3 months ago
Ruslan Ibragimov

Add new dependencies to `libs.versions.toml`: BouncyCastle, kotlinx-serialization-json, xmlutil, and Komok modules. Include KSP plugin.

Ruslan Ibragimov•dc840d2•3 months ago
Ruslan Ibragimov

Export articles to `articles.json` using `JsonMapper`. Update `.gitignore`.

Ruslan Ibragimov•e24b25f•3 months ago
Ruslan Ibragimov

Refactor `LinksSource` pipeline: remove caching layer, add JSON export, and introduce `NoopLinksChecker`

Ruslan Ibragimov•6a90256•3 months ago
Seongbin

Add CrashWatcher to Android Tools section (#1055)

Seongbin•49417c1•3 months ago
Giorgio Garofalo

Add 'Quarkdown' project (#1054)

Giorgio Garofalo•fda0ed5•3 months ago
Ruslan Ibragimov

Update Flyway configuration to point to new migration directory path

Ruslan Ibragimov•e1acaea•3 months ago
Ruslan Ibragimov

Add `.idea/icon.svg` for project-specific IDE customizations

Ruslan Ibragimov•e79497f•3 months ago
Kash

Add iCalDAV library (#1053)

Kash•6c457d8•3 months ago
Rasmus Ros

add Eignex/kpermute (#1052)

Rasmus Ros•62503db•3 months ago
Ruslan Ibragimov

Upgrade GitHub Actions workflow to use Node.js 25.x

Ruslan Ibragimov•9eaa88a•3 months ago
Ruslan Ibragimov

Refactor Gradle build scripts to replace hardcoded dependencies with version catalog entries from `libs.versions.toml` for better maintainability

Ruslan Ibragimov•d5a0fe3•3 months ago