Show HN: A better Kotlin stdlib doc reference (autocomplete)
Category: devtools
Tags: kotlin, api-reference, autocomplete, stdlib, documentation
Score: 6.3/10 (Innovation: 4, Technical: 7, Documentation: 8, Utility: 6)
Kotlin API Search provides a client-side autocomplete and documentation reference for the entire Kotlin standard library, supporting multiple versions from 1.8 to 2.3. It extracts metadata and KDoc from stdlib JARs using ASM and kotlin-metadata-jvm, generating compressed datasets for fast fuzzy search. The project is interesting for its offline capability and multi-version support, making it a practical tool for Kotlin developers.
Target audience: backend devs
Repository: https://kotlin-api.com ยท Kotlin
View on Hacker News