-
I'm having issue converting these gradle groovy code to kotlin dsl.
```
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.8.0'
}
generateProtoTasks {
all().each { task …
-
## Bug report for Cloudinary React Native SDK
Before proceeding, please update to latest version and test if the issue persists
## Describe the bug in a sentence or two.
The application throws …
-
Running `kotlin-inspection` included sample plugin results in a following exception:
```
Internal error compiling script.
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.…
-
![image](https://github.com/chaquo/chaquopy/assets/31882593/6b09327e-e65c-4a47-bc73-f8d6b591b2a2)
```
Cmdline: com.example.aisdkdemo
2024-07-04 09:12:12.956 2322-2322 DEBUG pi…
-
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':google_mobile_ads:extractDebugAnnotations'.
> Could not resolve all files for configuration ':google_mobile…
-
Gradle info:
```
voyagerVersion = "1.1.0-beta02"
kotlin.version=1.9.23
compose.version=1.6.10-beta02
compose-material3 = "1.2.1"
commonMain {
dependencies {
...
…
-
https://kotlinlang.org/docs/tutorials/android-plugin.html
-
Recently we tried to upgraded to expo 51, have been getting build error on both platforms. For both platform during build gets the error leading from [location-manager](com.transistorsoft:tslocation…
-
**Describe the bug**
Just installed this package with all setup mentioned in documentation for android.
App crashes when creating the template for example `new ListTemplate({...})`
Because it alrea…
-
### Description
I am implementing a API backend in Kotlin using Ktor, a popular Kotlin web framework that uses coroutines for requests. I am testing using Bugsnag since I already use that for Android…