-
Given example for google_sign_in gives alot of errors.
+ App registered on firebase
+ SHA1 and SHA256 of androiddebug also provided. Also tried to delete and repaste new keys still nothing.
+ go…
-
### 问题描述
请问`mirai-core-android` 已经deprecated了吗?无法从maven找到包,搜索相关issue和pr没有看见线索
### 复现
访问 https://repo1.maven.org/maven2/net/mamoe/mirai-core-android/ 找不到 `2.15.0-RC`
但是 https://repo1.maven.org/mave…
-
When setting up branch configuration, I can't sign (and therefore distribute) debug build variants. It is a common practice to send debug builds for QA testing and this limitation is strange.
Ther…
-
**Describe the bug**
When a module class is created in common code, but does not have any dependencies, the code fails to compile because `.module` does not exist.
**To Reproduce**
In common …
-
I have a component written in `commonMain`:
```
@Component
abstract class AppComponent(
@Component protected val platformComponent: PlatformComponent
) {
companion object
}
```
I also…
-
**Describe the bug**
Highlighting in Android Studio doesn't work when using generated resources in a multi-platform project
**To Reproduce**
Steps to reproduce the behavior:
1. Add koin-annotati…
-
There has been a slowdown in testing ANGLE on Pixel 6 after the following commit: https://github.com/KhronosGroup/Vulkan-ValidationLayers/commit/efcb50f63a4cd7b921fe834a4a58ac3af42fa334
A change in A…
-
~~blocked by #36~~
related: #56
Kotlin 1.4.0 adds support for [the hierarchical project structure](https://kotlinlang.org/docs/reference/whatsnew14.html#sharing-code-in-several-targets-with-the…
-
After upgrading to Gradle wrapper version 4.3.1 + gradle plugin 3.0.1 we are no longer able to publish to maven local in a one liner: ./gradlew clean assemble publishToMavenLocal
Expected Behavior:…
-
The sample that's in repo has following (for table view)
```
if (indexPath.row == count - 1) {
viewModel.pager.loadNext()
}
```
In my SwiftUI iOS client right now I hav…