-
The [Compose Multiplatform framework](https://www.jetbrains.com/lp/compose-mpp/) can be used to build desktop apps for Windows, Linux, and Macos (as well as web) using kotlin.
## Core
Due to how…
-
### 🔖 Feature description
Migrate lib to KMP structure and replace following:
- GSON -> kotlinx.serialization
- okhttp -> ktor
to support multiple targets like, Android, JVM, IOS, maybe Na…
-
### Steps to reproduce the issue
Trying to install LLVM@16.0.6 but running into issuse. Tagging maintainers @haampie @skosukhin @trws
```
Input spec
--------------------------------
- llv…
-
Not directly kOS's problem, but still a bug to be noted.
Problem: Keyboard inputs are received in the kOS terminal when selected, and handled fine, but also continue on and are picked up by KSP. Pro…
-
### Why?
Applications have two type of code: platform-specific and platform-agnostic code. To create the best UX with the least effort, we should seek the best tool that makes the distinction easy to…
-
### 问题描述
给你两个字符串 haystack 和 needle ,请你在 haystack 字符串中找出 needle 字符串的第一个匹配项的下标(下标从 0 开始)。如果 needle 不是 haystack 的一部分,则返回 -1 。
示例 1:
输入:haystack = "sadbutsad", needle = "sad"
输出:0
解释:"sad" 在下标…
-
fresh server with mods, try to log, get dropped for lack of mods. Close client, install mods, run KSP and try to log, same name message.
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
Create a new project through the Sentry Web UI and search for "Kotlin" in the platform selection.
### Expected Result
You get two …
-
```
What steps will reproduce the problem?
1. Compile libcxx & libcxxabi with msan
2. Compile test program with
clang++ -fsanitize=memory -O2 -fno-omit-frame-pointer -stdlib=libc++
-I$LIBCXX/include …
-
I've noticed that fields like this end up using BigDecimal, which means they are not pure kotlin, and can't be used in multiplatform projects.
```
"type": "number",
"format": "decimal"
```
…