-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feature Request: Add jvm
target support
#8
Comments
Do you have a jvm target in your project? This library is Kotlin Multiplatform but only provides support for Android and iOS targets. |
target version 21. that's a bummer. you think you can add a jvm target?
…On Sun, Sep 1, 2024, 2:48 PM Darron Schall ***@***.***> wrote:
Do you have a jvm target in your project? This library is Kotlin
Multiplatform but only provides support for Android and iOS targets.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBYDVOZ7TYTMFJ6R23TGV3ZUNOPLAVCNFSM6AAAAABNPBYBJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGQ2TONBZGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sure, I'll look into it. The runtime library is relatively simple and doesn't have code outside of I've been holding off on releasing a new version until Ktor 3 is released, but I could also stand to release a new version with updated dependencies anyway. |
jvm
target support
that would be more than awesome
…On Sun, Sep 1, 2024, 3:15 PM Darron Schall ***@***.***> wrote:
Sure, I'll look into it. The runtime library is relatively simple and
doesn't have code outside of commonMain... so as long as our dependencies
support the jvm target, we should be able to trivially add it.
I've been holding off on releasing a new version until Ktor 3 is released,
but I could also stand to release a new version with updated dependencies
anyway.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBYDVN4ZZ3KIRMRGBRFVA3ZUNRWFAVCNFSM6AAAAABNPBYBJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGQ3DKNJZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi. I'm getting the following error when i gradle build my project
The text was updated successfully, but these errors were encountered: