Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Martmists-GH/multiplatform-everything

Open more actions menu

Repository files navigation

Multiplatform Everything

I got annoyed that a lot of stuff sucked and/or wasn't multiplatform so I made a repo with everything I need and also multiplatform for everything.

Everything is licensed BSD 3-Clause (NON-AI), PRs are welcome.

Stuff you can find here

  • Multiplatform WeakRef/WeakMap/WeakValueMap
  • Binary editing tools (ByteArray only)
  • Kotlinx.coroutines GraphQL implementation
    • Subscriptions use the graphql-transport-ws protocol.
    • JVM-only codegen (generates for multiplatform) is provided in the graphql-client-codegen directory.
    • Custom scalars only support encoding/decoding to primitive types
  • Symbolic Computation
  • Parsing tools
    • Lexer
    • ABNF Lexer
    • XML Parser
  • Validation library
    • Email
    • URI
    • Domain
  • Logger
    • Uses SLF4J on JVM/Android
  • BigNum (A loose port of OmegaNum)
  • Clifford Algebra

Maven artifacts

repositories {
    maven("https://maven.martmists.com/releases")
}

dependencies {
    implementation("com.martmists.multiplatform-everything:multiplatform-everything:1.4.1")
}

Alternatively you can just lift the code you need as-is, provided you respect the LICENSE file.

Note: For BigNum, you need to enable CustomEqualsInValueClasses:

withType<KotlinCompile> {
    compilerOptions {
        jvmTarget = JvmTarget.JVM_17
        freeCompilerArgs.add("-XXLanguage:+CustomEqualsInValueClasses")
    }
}

About

A variety of Kotlin Multiplatform utilities

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.