Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement KMP CodePoint and remove external dependency #75

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

itboy87
Copy link
Collaborator

@itboy87 itboy87 commented Sep 12, 2024

Fixes #74
Create a pure Kotlin implementation for CodePoint & remove the external dependency for CodePoint

Fixes #74
Create a pure Kotlin implementation for CodePoint & remove the external dependency for CodePoint
@itboy87 itboy87 merged commit c658745 into develop Sep 12, 2024
24 checks passed
@itboy87 itboy87 deleted the fix-74 branch September 12, 2024 03:24
@itboy87 itboy87 mentioned this pull request Sep 17, 2024
itboy87 added a commit that referenced this pull request Sep 18, 2024
* Fixes #65 (#73)

Remove ktor-http Dependency from ksoup-core by Implementing String.resolveOrNull in Pure Kotlin

* Implement KMP CodePoint and remove external dependency (#75)

Fixes #74
Create a pure Kotlin implementation for CodePoint & remove the external dependency for CodePoint

* fix charbuf NPE

* add isUtf8Only flag for charset

* update extension function for SourceReader

* fix clock millis

* add ksoup-lite variant (#77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant