awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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.

  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Language & Core Libraries

Awesome Language & Core Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jetbrains/kotlinالصورة الرمزية لـ JetBrains

    JetBrains/kotlin

    52,880عرض على GitHub↗

    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.coroutinesالصورة الرمزية لـ Kotlin

    Kotlin/kotlinx.coroutines

    13,703عرض على GitHub↗

    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/okioالصورة الرمزية لـ square

    square/okio

    8,986عرض على GitHub↗

    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-nativeالصورة الرمزية لـ JetBrains

    JetBrains/kotlin-native

    6,982عرض على GitHub↗

    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.serializationالصورة الرمزية لـ Kotlin

    Kotlin/kotlinx.serialization

    5,929عرض على GitHub↗

    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/kotlinpoetالصورة الرمزية لـ square

    square/kotlinpoet

    4,141عرض على GitHub↗

    KotlinPoet هي واجهة برمجة تطبيقات (API) مبنية على Java لإنشاء وتنسيق ملفات مصدر Kotlin برمجياً. تعمل كأداة لتوليد الكود المصدري ورسم خرائط لنظام الأنواع، وتوفر إطار عمل لبناء هياكل كود Kotlin من خلال نموذج آمن للأنواع (type-safe) لعناصر اللغة، مما يساعد في أتمتة كتابة الكود المتكرر (boilerplate). يستخدم المشروع نمط الباني الانسيابي (fluent-builder) لبناء عناصر اللغة تدريجياً، ويحتفظ بنموذج كائنات داخلي يفصل بين الهيكل المنطقي وتنسيق النص النهائي. كما يتعامل مع تعقيدات إصدار الكود المصدري من خلال التنسيق القائم على المسافات البادئة (indentation) والهروب من الكلمات المحجوزة لضمان الحصول على مخرجات صالحة. تغطي المكتبة توليد مجموعة واسعة من التصريحات، بما في ذلك الفئات (classes)، والواجهات (interfaces)، والدوال (functions)، والخصائص (properties)، والكائنات المرافقة (companion objects). كما تتضمن أدوات لإدارة الأنواع المعقدة ذات المعاملات، وفئات التعداد (enum)، والأسماء المستعارة للأنواع (type aliases)، بالإضافة إلى أدوات لتضمين القيم الحرفية وبناء كتل التحكم في التدفق. تم دمج إدارة الاستيراد التلقائي والإشارة إلى التصريحات لحل الأعضاء عبر الأسماء المؤهلة. توفر KotlinPoet إمكانيات لتحويل بيانات الانعكاس (reflection) والرموز إلى تمثيلات مصدرية، وتدعم تصدير مواصفات الملفات لاستخدامها في أدوات معالجة التعليقات التوضيحية (annotation processing).

    A Kotlin API for generating .kt source files.

    Kotlincode-generationjavapoetkotlin
    عرض على GitHub↗4,141
  • kotlin/kotlinx-datetimeالصورة الرمزية لـ Kotlin

    Kotlin/kotlinx-datetime

    2,775عرض على GitHub↗

    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/splittiesالصورة الرمزية لـ LouisCAD

    LouisCAD/Splitties

    2,585عرض على GitHub↗

    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-resultالصورة الرمزية لـ michaelbull

    michaelbull/kotlin-result

    1,255عرض على GitHub↗

    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/timeالصورة الرمزية لـ kizitonwose

    kizitonwose/Time

    983عرض على GitHub↗

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

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

    Kotlingenericsintervalkotlin
    عرض على GitHub↗983
  • bmaslakov/kotlin-algorithm-clubالصورة الرمزية لـ bmaslakov

    bmaslakov/kotlin-algorithm-club

    929عرض على GitHub↗

    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/resultالصورة الرمزية لـ kittinunf

    kittinunf/Result

    936عرض على GitHub↗

    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/funktionaleالصورة الرمزية لـ MarioAriasC

    MarioAriasC/funKTionale

    915عرض على GitHub↗

    Functional constructs for Kotlin

    Functional constructs for Kotlin

    Kotlinfunctional-programmingkotlin
    عرض على GitHub↗915
  • pawegio/kandroidالصورة الرمزية لـ pawegio

    pawegio/KAndroid

    891عرض على GitHub↗

    Kotlin library for Android

    Kotlin library for Android providing useful extensions to eliminate boilerplate code

    Kotlin
    عرض على GitHub↗891
  • eriksencosta/moneyE

    eriksencosta/money

    0عرض على GitHub↗

    Monetary calculations and allocations made easy 💵

    عرض على GitHub↗0
  • eriksencosta/math-commonE

    eriksencosta/math-common

    0عرض على GitHub↗

    Math conventions to reduce boilerplate code on rounding and exponentiation

    عرض على GitHub↗0
  • z4kn4fein/kotlin-semverZ

    z4kn4fein/kotlin-semver

    0عرض على GitHub↗

    Semantic Versioning library for Kotlin Multiplatform.

    عرض على GitHub↗0
  • romainguy/kotlin-mathR

    romainguy/kotlin-math

    0عرض على GitHub↗

    Set of Kotlin APIs to make graphics math easier to write

    عرض على GitHub↗0
  • eriksencosta/math-percentageE

    eriksencosta/math-percentage

    0عرض على GitHub↗

    Percentage calculations made easy

    عرض على GitHub↗0
  • kotlin/multikK

    Kotlin/multik

    0عرض على GitHub↗

    Multidimensional array library for Kotlin

    عرض على GitHub↗0
السابق12التالي