-
`JavaToKotlinClassMap` is from the compiler artifact. After removing the compiler from dependencies in Dokka K2, `JavaToKotlinClassMap` can be unavailable.
We can use it from reflection, but ` kotl…
-
Right now the SDK is heavily based on Kotlin coroutines. This is how it works internally, and it also is exposed in our APIs.
However, not all users will be using coroutines in their apps. They may …
-
Example:
```kotlin
@Test
fun `🦆 ~|~test with a really, (really) terrible name & that needs to be changed!~|~`() { }
^
```
You can see that everything after the com…
-
To make it really clear what is meant to be publicly accessible, also allowing us to tightly control via Gradle which dependencies are available as transitive API.
-
Having chatted with @DRSchlaubi a bit about MPP, I figured I should chat about what needs doing for KordEx MPP, outside of waiting for Kord.
There aren't tons of things, surprisingly:
* Restructure …
-
**Describe the bug**
`jarmonicaUp`, `jarmonicaDown` and `jarmonicaVersion` don't work anymore
**To Reproduce**
Run task.
The following error is returned:
```
Exception in thread "main" java.…
-
## CVE-2019-17531 - Critical Severity Vulnerability
Vulnerable Library - jackson-databind-2.9.8.jar
General data-binding functionality for Jackson: works on core streaming API
Library home page: htt…
-
There have been a couple times were I have wanted to pass a `ByteString` to another function as a `Source`. Currently I usually just write the ByteString into a Buffer and pass that to the function as…
bnorm updated
3 years ago
-
For example, lets say you had two subprojects, `a` and `b`. `a` depends on `b`. Normally, you could just do an implementation with
`implementation(project(":b"))`, which would compile subproject `b…
-
As demonstrated in the [geospatial-messenger](https://github.com/sdeleuze/geospatial-messenger) application, data classes + repository based DAO are really nice to use, I think Exposed could help to u…