-
# 📖 Abstract:
- ✅ Kotlin Multiplatform: 新的跨平台方案, 支持 Android/iOS/macOS/windows/Linux/web 等
# 💯 Related:
- ✅ #418
- ✅ #425
- ✅ #419
- ✅ #290
- ✅ #244
- ✅ #208
- ✅ #416
-
Please find below code but it is not falling back. Can you please help on this?
@Inject
var httpClient: RxHttpClient? = null
@CircuitBreaker(name = "carrier-service", fallbackMethod = …
-
### Is your feature request related to a problem?
We need support to implement in apps that is made with kotlin.
### Describe the solution you'd like
Please, implement that
### Describe alternativ…
-
Please update the Kotlin definitions to 0.3.8; see
- https://github.com/bonede/tree-sitter-ng/blob/main/tree-sitter-kotlin/build.gradle#L85
- https://github.com/fwcd/tree-sitter-kotlin/releases
…
-
xml可以跳转到 kt的Mapper代码。 kt的代码不能跳转到。xml的文件
-
Thanks for putting this together @aledsdavies!
I realize it's been 3 years but would you have any further thoughts on how to instrument the build for unit tests written in kotlin using the `kt_jvm…
-
## Describe the feature you request
InnerSpec now shadow the lambda parameter `it` if you use the nested InnerSpec.
```kotlin
class CustomObject(val value: String)
val actual = SUT.giveMeBuild…
-
The following code compiles fine:
```kotlin
@Qualifier
annotation class QualifiedString
@Component
abstract class MainComponent {
@Provides
@QualifiedString
fun provideString()…
-
I'm unable to build my app with a recent release of Gradle.
> The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
> The following dependencies do not satisfy the …
-
# 📖 Abstract:
- ✅ Kotlin 快速上手: 开发环境搭建 & 特性 & 示例.
# 💯 Related:
- ✅ #419
- ✅ #420
- ✅ #208
- ✅ #408