-
### Im trying to run the source code in android studio but it seems to have failed to download some of the dependencies?
This is the log from the build:
Caused by: org.gradle.internal.resolve.Mo…
-
# Summary
Create `Remote` implementations of `Gateway`, `RequestHandler` and `DataCache` that can comminucate rate limits between multiple Kord processes.
# Goals
Make it viable for one bot t…
-
### Ktor Version
1.2.0-alpha-2
### Ktor Engine Used(client or server and name)
Client
### JVM Version, Operating System and Relevant Context
ktor-client-logging
### Feedback
On non HttpStatus…
Syrou updated
2 years ago
-
Hello, you doing awesome work, but i have several questions:
- Why you stop develop this library?
- Why you support only desktop platforms? (A lot of people use kotlin for mobile instead desktop devel…
-
Are there any plans to support Kotlin/Native?
-
### Is your feature request related to a problem? Please describe
Dokka Generator uses `java.net.URL` in the configuration.
https://github.com/Kotlin/dokka/blob/3fc8b83aa53a83e8e2915b22ff79acd6e…
aSemy updated
11 months ago
-
Copied from: https://github.com/pgutkowski/KGraphQL/issues/27
jeggy updated
9 months ago
-
```
@Introspected
data class EmployeeDTO(
val id: Long,
val name: String
)
val result = database.from(Employees).select(EmployeeDTO::class)
```
This will reduce the boilerplate co…
-
As the title says. Provisions for KMP support by moving from OkHttp to Ktor
And Jsoup to https://github.com/fleeksoft/ksoup
I would be happy to provide a PR and contribute to this.
Would anyone be …
-
### Problem Description
The Kotlin StdLib contains a function named `runCatching`. It tries the provided lambda and catches any `Throwable` that is not caught or thrown by the lambda.
However, usi…