Browse Kotlin Multiplatform libraries
index data from klibs.ioFacilitates manipulation of bits and byte arrays, offering utility functions for efficient data handling. Integrates seamlessly into projects with straightforward dependency management.
Implements a DNS resolver client utilizing miniDns, offering functions to retrieve TXT, A, and AAAA records, and resolve DNS addresses with robust testing capabilities.
Facilitates seamless integration of features across Android and iOS platforms, enhancing cross-platform development efficiency and reducing redundant code.
Enables centralized configuration management with multi-stage and multi-region support using wildcard entries, eliminating runtime environment variables and facilitating seamless deployment and parameter management.
Facilitates interaction with OpenAI's API, supporting multiplatform capabilities and coroutines. Features include models, chat, images, embeddings, files, fine-tuning, moderations, and audio management.
Enhances logging functionality by converting API methods from inline to normal functions, ensuring accurate line numbers in exception stack traces for improved debugging.
Offers an Ed25519 cryptography library for signing and verifying messages, featuring key pair generation, Base64 encoding/decoding, and integration with Tink cryptographic library.
API designed for the Thor application, facilitating integration through specified dependencies for enhanced functionality and streamlined development processes.
Facilitates encoding and decoding using the bencoding format, as described in BitTorrent's specification. Supports list encoding, decoding, and validation with simple API methods for seamless integration.
Library facilitates mathematical operations and utilities, including angle representation in degrees or radians with conversion, normalization, and arithmetic capabilities, along with trigonometric functions.
Enables object-relational mapping with concepts like databases, schemas, and entities. Supports coroutines, custom queries, and automatic undo handling, aiming for simplicity and extensibility without annotations or SQL fragmentation.
Demonstrates integration of TrustPin SDK in an Android app, featuring automatic certificate validation, HTTPS connection testing, error handling, and a Material Design UI with comprehensive logging.
Demonstrates a library project for generating Fibonacci sequences, including platform-specific tests and instructions for publishing to Maven Central. Offers a streamlined setup for library development and deployment.
Implements a read-only Distributed Hash Table (DHT) node for devices behind restrictive NATs, reducing network traffic and resource usage by not responding to queries. Ideal for devices with fixed data plans.
Enables distributed remote client communications for applications connecting to a server, featuring NFC integration and network client configuration. Supports synchronous and asynchronous operations.
Collection of utilities streamlining the creation of domain-specific languages. Enhances readability and maintainability of code through concise syntax and reusable components.
Enhances Compose UI with WebView support, enabling URL loading and HTML rendering. Includes state management, navigation handling, and performance improvements via platform-specific integrations.
Offers a UDP client-server API for seamless communication, facilitating integration into projects through specified dependencies.
Offers an uncompleted library or project setup focused on a material design theme, with pending sections for installation and licensing details.
Extends JetBrains Compose with WebView capabilities, supporting URL loading, HTML rendering, and post data across Android, iOS, and Desktop. Facilitates navigation control and state management.
Lightweight library enables deeplink functionality, offering seamless integration with Navigation Compose for enhanced navigation capabilities.
Enables interaction with Deezer's REST API, facilitating artist, album, and track searches. Supports asynchronous operations, advanced queries, and paginated responses, integrating with popular build tools like Gradle and Maven.
Enables interaction with what3words services through text and audio inputs, offering address suggestions, conversions between addresses and coordinates, and language support functionalities.
Facilitates interaction with Alpaca Trading API for account management, order placement, and real-time data streaming, including historical trade data access and test mode for simulating stock prices.
Experimental permission management library for managing Android and iOS permissions. Allows checking, requesting, and handling permission statuses with customizable callbacks.
Transforms strings into token sequences using customizable rules with a domain-specific language designed for creating lexers. Enables lexical analysis, a foundational step for compilers.
Enables serving single-page applications by intercepting 404 errors and serving a specified main page instead. Easily configurable with customizable file paths and routes.
Snappy compression library for Kotlin Multiplatform