Giter Site home page Giter Site logo

uri-kmp's Introduction

Uri KMP

Download

Most of this work is derived from AOSP's Uri:

Uri.java

UriCodec.java

UriTest.java

UriCodecTest.java

Gradle

Groovy

repositories {
  mavenCentral()
}
implementation 'com.eygraber:uri-kmp:0.0.15'

Kotlin

repositories {
  mavenCentral()
}
implementation("com.eygraber:uri-kmp:0.0.15")

Snapshots

Snapshots can be found at the Sonatype s01 repository:

Groovy

repositories {
  maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots' }
}

Kotlin

repositories {
  maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}

uri-kmp's People

Contributors

dependabot[bot] avatar eygraber avatar franmontiel avatar github-actions[bot] avatar qdsfdhvh avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

uri-kmp's Issues

No "resolve" methods

I cannot find any of the "resolve" methods from the Java URI class here. Did I miss something?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/pr.yml
  • actions/checkout v4
  • ghcr.io/danger/danger-kotlin 1.2.0
  • actions/checkout v4.1.1
  • actions/setup-java v4.0.0
  • gradle/wrapper-validation-action v1.1.0
  • gradle/gradle-build-action v2.11.1
  • actions/checkout v4.1.1
  • actions/setup-java v4.0.0
  • gradle/wrapper-validation-action v1.1.0
  • gradle/gradle-build-action v2.11.1
.github/workflows/publish_release.yml
  • actions/checkout v4.1.1
  • actions/setup-java v4.0.0
  • gradle/wrapper-validation-action v1.1.0
  • gradle/gradle-build-action v2.11.1
  • HardNorth/github-version-generate v1.3.0
  • actions/checkout v4.1.1
  • actions/setup-java v4.0.0
  • gradle/wrapper-validation-action v1.1.0
  • gradle/gradle-build-action v2.11.1
  • HardNorth/github-version-generate v1.3.0
  • crazy-max/ghaction-import-gpg v6.1.0@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
  • actions/github-script v7
  • mikepenz/release-changelog-builder-action v4
  • ncipollo/release-action v1.13.0
  • actions/checkout v4
  • EndBug/add-and-commit v9
.github/workflows/publish_snapshot_release.yml
  • actions/checkout v4.1.1
  • actions/setup-java v4.0.0
  • gradle/wrapper-validation-action v1.1.0
  • gradle/gradle-build-action v2.11.1
gradle
gradle.properties
settings.gradle.kts
  • com.eygraber.conventions.settings 0.0.68
  • com.gradle.enterprise 3.16.1
build.gradle.kts
gradle/libs.versions.toml
  • com.android.tools.build:gradle 8.2.1
  • gradle.plugin.org.gradle.android:android-cache-fix-gradle-plugin 3.0
  • io.gitlab.arturbosch.detekt:detekt-gradle-plugin 1.23.4
  • org.jetbrains.dokka:dokka-gradle-plugin 1.9.10
  • org.jetbrains.kotlin:kotlin-gradle-plugin 1.9.22
  • com.vanniktech:gradle-maven-publish-plugin 0.27.0
  • com.eygraber.detekt.rules:formatting 1.0.11
  • com.eygraber.detekt.rules:style 1.0.11
  • com.pinterest.ktlint:ktlint-bom 1.1.1
  • androidx.test.ext:junit 1.1.5
  • org.robolectric:robolectric 4.11.1
  • com.eygraber.conventions 0.0.68
uri/gradle.properties
uri/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.5

  • Check this box to trigger a request for Renovate to run again on this repository

Is iOS not supported yet? Trying to build on iOS, but failed with the error "Could not find ..../com.eygraber/uri-kmp-iosarm64/0.0.9/f91d622c4a0eee29e41fb1b6dc4cb41b90d00ffd/uri.klib"

e: Could not find "/Users/distiller/.gradle/caches/modules-2/files-2.1/com.eygraber/uri-kmp-iosarm64/0.0.9/f91d622c4a0eee29e41fb1b6dc4cb41b90d00ffd/uri.klib" in [/Users/distiller/project, /Users/distiller/.konan/klib, /Users/distiller/.konan/kotlin-native-prebuilt-macos-x86_64-1.6.20/klib/common, /Users/distiller/.konan/kotlin-native-prebuilt-macos-x86_64-1.6.20/klib/platform/ios_arm64]

Add target for JS

When I added it to my project I get these errors

MySmallProject:jsMain: Could not resolve com.eygraber:uri-kmp:0.0.6.
Required by:
    project :

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.