-
Hello,
When setting up this gradle plugin in the new [kotlin-multiplatform gradle plugin](https://discuss.kotlinlang.org/t/kotlin-1-3-m2-new-multiplatform-projects-model/9264) and building the work…
galex updated
5 years ago
-
It would be nice to have a adyen-kotlin-api-library which only uses kotlin multiplatform code.
This could be used in both android, ios, server and web targets.
Seeing that the api clients seem gen…
-
Dear Sir
very thx your demo
i also ref other demo
this one use extra config file : "application.$environment.conf"
if i run ktor server at android with the same config
do you k…
-
If the recent Coding with the Italians podcast has taught me anything it's that we need more samples which showcase the usage outside of the traditional Android usage.
* [ ] Ktor server sending state…
-
I have a project with a network module that use ktor with okhttp client. After I upgrade gradle plugin to 4.0.0. I found that my project can't call some urls under release version with obfuscation on.…
-
We need to security our server from dos attacks and this kind of stuff
-
### Description
The issue happened during openAI.chatCompletions(chatCompletionRequest) call. Not 100% but sometimes. Doesn't depend on requested message.
In the current implementation I use:
…
-
HI,
I try to initialize Libsodium from a test environment in a Kotlin Multiplattform project in the shared module from Android Studio.
```
import com.ionspin.kotlin.crypto.sample.EncryptionUt…
-
I ran into some issues trying to build the `iosMain` library. Basically, it appears, as if Gradle cannot download the iOS-specific dependencies for Ktor:
![image](https://user-images.githubusercont…
-
https://github.com/google/generative-ai-android/blob/7043908ce793a6d424f8c10985d4654bc1b010e5/generativeai/src/main/java/com/google/ai/client/generativeai/internal/api/APIController.kt#L71
Doesn't …