-
Give some example projects
-
The ["Choose good names" section](https://kotlinlang.org/docs/coding-conventions.html#choose-good-names) of the Kotlin Coding Conventions documentation, mentions that acronyms longer than two characte…
dunca updated
3 months ago
-
# 문제
1. 어노테이션의 사용 지점 대상 선언이 왜 필요할까
2. 어노테이션 파라미터로 클래스 참조를 전달할 때 KClass의 타입 매개변수에 out 키워드가 붙은 이유는 뭘까?
`annotation class DeserializeInterface(val targetClass: KClass)`
3. `KProperty0`과 `KProperty1`이…
-
I want to use blurhash in Android client, but why not kotlin encoder?
-
title :)
I'd be willing to work on a PR if needed.
-
最近巷では MVC や MVVM などの GUI アーキテクチャから、Redux や VIPER などのアプリアーキテクチャまで様々なアーキテクチャが話題になっています。どれでもいいので本プロジェクトを自分の慣れたアーキテクチャに修正してください。
※本課題は #4 の上位互換です。
-
Rationale: https://jamesward.com/2023/09/20/asserttrue_test_dsls_legacy/
https://github.com/bnorm/kotlin-power-assert
Kotest `shouldBe` is not compatible with the required signature of power-ass…
-
Reason:
The solution based on a copy of the server database is too large, which entails a significant size of application and wasted time on first launch for database instantiation. In addition, such…
-
**Is your feature request related to a problem? Please describe.**
We want to migrate existing Spring Boot Rest Projects, which right now use Tomcat to graphql-kotlin.
It would be much easier, if we…
-
```
ERROR ktor.application - Unhandled: GET - /provider/net.bjoernpetersen.musicbot.spi.plugin.predefined.youtube.YouTubeProvider
kotlin.KotlinNullPointerException
at net.bjoernpetersen.mu…