-
Currently for a link to be detected as such it has to start with `http(s)://` or `www.`, this is too simplistic. Please add TLDs to the link detection function.
-
I upgraded my Android project to Android Gradle Plugin 4.0.0 with Gradle 6.1.1 and ran into this problem.
But, if I back to Android Gradle Plugin 3.6.3 with Gradle 5.6.4, everything is ok.
I had t…
-
AS: 3.5 Canary 10
AGP: 3.5 Alpha 10
SqlDelight 1.1.1
Sample: https://github.com/burntcookie90/sqldelighterror
Android Studio is unable to resolve the reference to the generated code. However, bu…
-
### Ktor Version
Ktor Version 1.0.0
### Ktor Engine Used
```
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-client-json:$ktor_version"
implementation "i…
-
Thank you for creating these libraries, but still, I am not able to include them in my project. I am having difficulties including the `core` and `auth` libs in my common main module as am getting som…
-
Hey,
I'm building an Mpp project and I've faced an issue with method references when compiling an iOS app.
``` kotlin
// Kotlin version: 1.3.31
abstract class CachingRepository {
suspend …
-
I am working on sample mpp project and trying to use Napier as a logger. But when I am adding ios specific deps it is saying that
```
Could not determine the dependencies of task ':shared:linkRelea…
-
Under [Usage](https://github.com/streem/pbandk#generating-code), it says:
> download the latest protoc-gen-kotlin and make sure protoc-gen-kotlin is on the PATH
The download link takes you to th…
-
I can't generate Kotlin docs from a Kotlin multiplatform module.
How can I setup Orchid? Or the sourceDirs?
-
Start a new project in intellij IDEA and choose `kotlin (Mobile ANdroid/iOS)`template.
in app/build.gradle
add `apply plugin: 'kotlin-kapt'` after `apply plugin: 'kotlin-android-extensions'`
ad…
SBNTT updated
4 years ago