-
If you download the ktor starter with the resources plugin and modify it so that it looks like this
```kotlin
fun Application.configureRouting() {
install(Resources)
routing {
m…
ixtli updated
3 months ago
-
This will be a very large undertaking - have support for sending messages via a web browser, similar to how it's implemented in Whatsapp
-
-
**Ktor Version and Engine Used (client or server and name)**
Using `io.ktor:ktor-client-ios:1.3.2`
**Describe the bug**
This code prints `kotlin.IllegalStateException: [generateNonce] is not supp…
Hixie updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
As an Android Developer, I would love to use Coil with Compose Desktop in the same way I use Coil for Compose on Android.
**Descr…
tiwiz updated
1 month ago
-
This is an issue to discuss **context parameters**. The full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/context-parameters/proposals/context-parameters.md).
-
Hi and thanks for this powerful library. In advance, apologies if I misunderstood some of the mechanics I describe here.
Currently, the CallLogging feature creates a "Logging" phase inserted before…
-
### Checklist
- [x] the issue is indeed a bug and not a support request
- [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues
- [x] I have a short, runnable example…
-
### Is your feature request related to a problem? Please describe.
It would be nice to have wasmJs support in Ktorfit
### Describe the solution you'd like
It looks like ktor will support wasmJs st…
-
it is working on api 27, but when i changed my app into api 29 it doesn't work.
![Screenshot_17](https://user-images.githubusercontent.com/76218309/105578813-82ba0b00-5d8b-11eb-8652-c896f386b0e7.png)…