Forte Scarlet
Forte Scarlet
#304 Hi! This PR attempts to change the `kotlinpoet` module into a true multi-platform module: adding source code sets for platforms other than the JVM platform: JS and WasmJs. No...
### Prerequisites - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue...
When I try to upgrade the Kotlin version from 2.0.20 to 2.1.0-Beta1, I get the following error when referencing the plugin in Gradle: ``` Unable to load class 'org.jetbrains.kotlin.name.FqName' org.jetbrains.kotlin.name.FqName...
[文档](https://bot.q.qq.com/wiki/develop/api-v2/server-inter/message/send-receive/rich-media.html) 看样子是用来发图片、视频、语音的。
**Describe the bug** Hello! When I try to add `kotlinx-serialization-core:1.7.2` to my project in KMP `v2.0.10`, I can't use JS code in the project, both `external` and `js("...")`. **To Reproduce**...
Part of #304, #1959 Migrating `Util.kt` and `KModifier` from JVM to common. - Non-JVM platform implementations have some questionable implementations (They mark the TODO). - There is a known issue...
Hi! I am trying to use `kotlinx-io` in a project with java modules. **module-info.java** ```java module forte.kotlinx.io.test { requires kotlin.stdlib; } ``` **Example.kt** ```kotlin fun read(source: Source) = source.readByteArray() fun...
v5.0
等待: - [x] ktor 3.0 (对组件影响较大,核心库实际上没太大影响(只影响 `simbot-common-ktor-inputfile` )) - [ ] [kotlinx-io](https://github.com/Kotlin/kotlinx-io/) 稳定 ( [Stabilize the kotlinx-io library](https://youtrack.jetbrains.com/issue/KT-71300) ) - [ ] 籍此更新所有跟文件、IO相关的API - [x] 其实已经在 4.7.0 里开始用了 - [...
Maybe I need to think about rewriting the documentation?