-
I have an annotation that looks like this:
```
@Retention
@Target(AnnotationTarget.FUNCTION)
annotation class Barricade(
val endpoint: String = "",
val responses: Array = []
)
```
…
-
Multiplatform libraries are coming, so it would be nice if https://kotlin.link/ could support an indication for platform(s) the library supports. It could be something simple for a start, like `jvm`, …
-
I'm thinking about writing applications that run natively, but also on the JVM.
Is it possible to write one single gui code, using the kotlin-libui syntax ?
Can the kotlin-libui library be extended…
t-arn updated
5 years ago
-
```
Error: Main method not found in class ..., please define the main method as:
public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
…
-
### Describe the feature
The [AWS SDK for Java 2.0 API Reference](https://sdk.amazonaws.com/java/api/latest/) has a search bar in the top right to quickly search the SDK's features. The [Kotlin one](…
-
### Minecraft version(s)
Other (specify below)
### Minecraft version details
1.19
### Mod loader
Fabric
### Mod loader version
Fabric Loader 0.14.8
### Fabric API version
0.56.0
### In what …
-
Hey, I'm working on an Android app and tried running Dagger with alpha support for KSP and received exception during the build. I'm not exactly whether it is KSP specific, or KSP + Dagger mix, however…
Th4n updated
4 months ago
-
Kotest 5.6.2 on a KMP project which supports all targets by Kotlin 1.9.0, except the deprecated ones.
I am not sure if this problem exist on JVM projects too, as I haven't tried there.
Expected to b…
-
### Expected Behavior
Plugin accessors using a FQN syntax should be documented in the [Kotlin DSL docs](https://docs.gradle.org/current/userguide/kotlin_dsl.html):
(example from [Kord'…
-
Due to unreliability of jitpack.io repository (https://github.com/jitpack/jitpack.io/issues/5239) I wanted to ask if it is possible to publish somewhere else, like maven central or anything. Our build…