awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

25 रिपॉजिटरी

Awesome GitHub RepositoriesLanguage & Core Libraries

Core language features, multiplatform support, and foundational extensions for Kotlin.

Explore 25 awesome GitHub repositories matching part of an awesome list · Language & Core Libraries. Refine with filters or upvote what's useful.

Awesome Language & Core Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jetbrains/kotlinJetBrains का अवतार

    JetBrains/kotlin

    52,880GitHub पर देखें↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platform-specific machine code, bytecode, or source code. The project distinguishes itself through a multi-target build orchestration model that manages complex compilation units and hierarchical source sets. Developers can define common interface logic that is satisfied by platform-sp

    The official Kotlin programming language repository.

    Kotlincompilergradle-pluginintellij-plugin
    GitHub पर देखें↗52,880
  • kotlin/kotlinx.coroutinesKotlin का अवतार

    Kotlin/kotlinx.coroutines

    13,703GitHub पर देखें↗

    Kotlinx.coroutines is a library for managing non-blocking background tasks and structured concurrency within the Kotlin programming language. It provides a framework for executing concurrent operations and synchronizing shared state, replacing traditional thread management and complex callback chains with lightweight primitives. The library utilizes a structured concurrency hierarchy to organize hierarchical background tasks, ensuring that lifecycle management, cancellation, and timeout handling propagate automatically to prevent resource leaks. It employs continuation-passing style transform

    Library support for Kotlin coroutines

    Kotlinasynccoroutineskotlin
    GitHub पर देखें↗13,703
  • square/okiosquare का अवतार

    square/okio

    8,986GitHub पर देखें↗

    Okio is a Java I/O library providing a set of tools for efficient byte-stream processing and file system operations. It functions as a buffered byte stream handler and streaming data transformer, utilizing a cross-platform file system API to manage data movement. The project is distinguished by its use of pooled mutable byte buffers that treat sequences as queues to reduce memory copying and garbage collection churn. It further decouples file operations from the host operating system through an abstraction-based file system, allowing for consistent path manipulation and atomic operations acro

    A modern I/O library for Android, Kotlin, and Java.

    Kotlinkotlinkotlin-multiplatform
    GitHub पर देखें↗8,986
  • jetbrains/kotlin-nativeJetBrains का अवतार

    JetBrains/kotlin-native

    6,982GitHub पर देखें↗

    Kotlin-native is an ahead-of-time, cross-platform compiler and toolchain that transforms Kotlin source code into standalone native machine binaries. It functions as an LLVM native compiler, producing executable files that run directly on hardware without the requirement of a virtual machine. The project enables cross-platform native development across multiple operating systems and processor architectures, including iOS, Linux, and Windows. This allows for the creation of native Apple platform applications and software for embedded systems programming where direct memory management and minima

    Kotlin/Native infrastructure

    Kotlinccompilerkotlin
    GitHub पर देखें↗6,982
  • kotlin/kotlinx.serializationKotlin का अवतार

    Kotlin/kotlinx.serialization

    5,929GitHub पर देखें↗

    kotlinx.serialization is an official Kotlin library that provides a multiplatform serialization framework for converting Kotlin objects to and from multiple data formats. It uses a Kotlin compiler plugin to generate serializer and deserializer code at compile time, avoiding runtime reflection and preserving type safety through annotations like @Serializable. The library supports JVM, JS, and Native targets with platform-specific runtime libraries, enabling consistent serialization across all Kotlin environments. The library distinguishes itself through its multi-format encoder-decoder abstr

    Kotlin multiplatform / multi-format serialization

    Kotlincborjsonkotlin
    GitHub पर देखें↗5,929
  • square/kotlinpoetsquare का अवतार

    square/kotlinpoet

    4,141GitHub पर देखें↗

    KotlinPoet, Kotlin सोर्स फ़ाइलों को प्रोग्रामेटिक रूप से बनाने और फ़ॉर्मेट करने के लिए एक Java-आधारित API है। यह एक सोर्स कोड जनरेटर और टाइप सिस्टम मैपर के रूप में कार्य करता है, जो बॉयलरप्लेट के उत्पादन को स्वचालित करने के लिए भाषा तत्वों के टाइप-सेफ मॉडल के माध्यम से Kotlin कोड संरचनाएं बनाने के लिए एक फ्रेमवर्क प्रदान करता है। यह प्रोजेक्ट भाषा तत्वों को क्रमिक रूप से बनाने के लिए एक फ्लुएंट-बिल्डर पैटर्न का उपयोग करता है और एक आंतरिक ऑब्जेक्ट-मॉडल प्रतिनिधित्व बनाए रखता है जो तार्किक संरचना को अंतिम टेक्स्ट फ़ॉर्मेटिंग से अलग करता है। यह इंडेंटेशन-आधारित फ़ॉर्मेटिंग और कीवर्ड-अवेयर नेम एस्केपिंग के माध्यम से सोर्स उत्सर्जन की जटिलताओं को संभालता है ताकि वैध आउटपुट सुनिश्चित हो सके। यह लाइब्रेरी क्लास, इंटरफ़ेस, फ़ंक्शन, प्रॉपर्टी और कंपेनियन ऑब्जेक्ट सहित घोषणाओं की एक विस्तृत श्रृंखला के निर्माण को कवर करती है। इसमें जटिल पैरामीटराइज़्ड टाइप, एनम क्लास और टाइप एलियास के प्रबंधन के लिए उपयोगिताएँ, साथ ही लिटरल एम्बेड करने और कंट्रोल फ़्लो ब्लॉक बनाने के लिए टूल शामिल हैं। स्वचालित इम्पोर्ट प्रबंधन और घोषणा संदर्भ को योग्य नामों द्वारा सदस्यों को हल करने के लिए एकीकृत किया गया है। KotlinPoet रिफ्लेक्शन डेटा और सिंबल को सोर्स प्रतिनिधित्व में बदलने की क्षमताएं प्रदान करता है और एनोटेशन प्रोसेसिंग टूलिंग में उपयोग के लिए फ़ाइल विनिर्देशों को निर्यात करने का समर्थन करता है।

    A Kotlin API for generating .kt source files.

    Kotlincode-generationjavapoetkotlin
    GitHub पर देखें↗4,141
  • kotlin/kotlinx-datetimeKotlin का अवतार

    Kotlin/kotlinx-datetime

    2,775GitHub पर देखें↗

    kotlinx-datetime is a multiplatform library for handling date, time, and calendar operations across different targets. It provides a consistent set of data types for representing instants and local date-times, serving as a standardized API for temporal management. The toolkit focuses on ISO 8601 compliance for parsing and formatting date and time strings. It implements a multiplatform approach to ensure that timestamps and calendar logic remain consistent across all supported platforms. The library covers temporal data modeling, calendar arithmetic for calculating durations and periods, and

    KotlinX multiplatform date/time library

    Kotlindatedatetimekotlin
    GitHub पर देखें↗2,775
  • louiscad/splittiesLouisCAD का अवतार

    LouisCAD/Splitties

    2,585GitHub पर देखें↗

    A collection of hand-crafted extensions for your Kotlin projects.

    A collection of hand-crafted extensions for your Kotlin projects.

    Kotlinandroidandroid-librarycoroutines
    GitHub पर देखें↗2,585
  • michaelbull/kotlin-resultmichaelbull का अवतार

    michaelbull/kotlin-result

    1,255GitHub पर देखें↗

    A multiplatform Result monad for modelling success or failure operations.

    A Result monad for modelling success or failure operations, inspired by Rust, Elm, Haskell & Scala.

    Kotlinbrowserclasseither
    GitHub पर देखें↗1,255
  • kizitonwose/timekizitonwose का अवतार

    kizitonwose/Time

    983GitHub पर देखें↗

    Type-safe time calculations in Kotlin, powered by generics.

    Type-safe time calculations in Kotlin, powered by generics.

    Kotlingenericsintervalkotlin
    GitHub पर देखें↗983
  • bmaslakov/kotlin-algorithm-clubbmaslakov का अवतार

    bmaslakov/kotlin-algorithm-club

    929GitHub पर देखें↗

    This project is a comprehensive library of fundamental computer science algorithms and data structures implemented in Kotlin. It serves as a toolkit for software engineering proficiency, providing a collection of standard computational techniques designed to operate on any data type through the use of language-level generics. The library distinguishes itself by emphasizing educational clarity and type-safe implementation. It utilizes interface-based abstractions to decouple algorithmic logic from specific data structures, while employing recursive problem decomposition and immutable state pat

    Algorithms and data structures in Kotlin.

    Kotlinalgorithmcomputer-sciencedata-structures
    GitHub पर देखें↗929
  • kittinunf/resultkittinunf का अवतार

    kittinunf/Result

    936GitHub पर देखें↗

    The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)

    The modelling for success/failure of operations in Kotlin

    Kotlinfunctionalkotlinkotlin-multiplatform
    GitHub पर देखें↗936
  • marioariasc/funktionaleMarioAriasC का अवतार

    MarioAriasC/funKTionale

    915GitHub पर देखें↗

    Functional constructs for Kotlin

    Functional constructs for Kotlin

    Kotlinfunctional-programmingkotlin
    GitHub पर देखें↗915
  • pawegio/kandroidpawegio का अवतार

    pawegio/KAndroid

    891GitHub पर देखें↗

    Kotlin library for Android

    Kotlin library for Android providing useful extensions to eliminate boilerplate code

    Kotlin
    GitHub पर देखें↗891
  • eriksencosta/moneyE

    eriksencosta/money

    0GitHub पर देखें↗

    Monetary calculations and allocations made easy 💵

    GitHub पर देखें↗0
  • eriksencosta/math-commonE

    eriksencosta/math-common

    0GitHub पर देखें↗

    Math conventions to reduce boilerplate code on rounding and exponentiation

    GitHub पर देखें↗0
  • romainguy/kotlin-mathR

    romainguy/kotlin-math

    0GitHub पर देखें↗

    Set of Kotlin APIs to make graphics math easier to write

    GitHub पर देखें↗0
  • z4kn4fein/kotlin-semverZ

    z4kn4fein/kotlin-semver

    0GitHub पर देखें↗

    Semantic Versioning library for Kotlin Multiplatform.

    GitHub पर देखें↗0
  • eriksencosta/math-percentageE

    eriksencosta/math-percentage

    0GitHub पर देखें↗

    Percentage calculations made easy

    GitHub पर देखें↗0
  • kotlin/multikK

    Kotlin/multik

    0GitHub पर देखें↗

    Multidimensional array library for Kotlin

    GitHub पर देखें↗0
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Language & Core Libraries