Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
52 views

I'm developing a GitLab CI/CD component for my company to trigger Dependency Track analysis and upload (by leveraging the cyclonedx-gradle-plugin). The idea is to use an init.gradle.kts strategy so ...
0 votes
0 answers
53 views

I am working on a Flutter app where I use the plugin https://pub.dev/packages/photo_manager for querying the entries of the gallery on Android (and in the future on iOS). At first, I ran into the ...
0 votes
1 answer
49 views

I have two product flavors in my app, one being "global" and "fdroid" the other. I want to add plugin libs.plugins.google.services only to the "global" build. Here's my ...
0 votes
0 answers
188 views

Preface: I'm not great at Gradle and I used the Kotlin Multiplatform Wizard in order to create my multiplatform project (for Desktop & Web). Then I downloaded the created project and loaded it ...
0 votes
0 answers
59 views

I'm facing a build failure in my React Native 0.80.1 project with Gradle 8.2. The error occurs during :react-native-gradle-plugin:compileKotlin task. Error Details: Task :react-native-gradle-plugin:...
1 vote
2 answers
161 views

In my build.gradle.kts I am getting randomly errors around create("foo") with lambda saying: Cannot infer type for type parameter 'S'. Specify it explicitly It happens both for ...
0 votes
2 answers
144 views

When using Groovy Gradle, I have the following settings.gradle: pluginManagement { repositories { maven { url = 'https://plugin-repo.pany.com' credentials { username "$...
4 votes
1 answer
243 views

I’m working on a Kotlin Multiplatform + Compose Multiplatform project and trying to opt-in to ExperimentalMaterial3Api. In my build.gradle.kts, I added: sourceSets.all { languageSettings.optIn(&...
0 votes
0 answers
114 views

I have the following Gradle deprecation warning with Gradle 9: Invocation of Task.project at execution time has been deprecated. How can I migrate the build code that causes the warning? tasks....
0 votes
1 answer
135 views

Since few days I'm facing following error in Flutter Firebase. FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':firebase_core:...
2 votes
1 answer
249 views

Im trying to setup cocoapods in kmp project on android studio in separate cocoapods.gradle.kts file to be able to exclude it if platform is windows and run it if its mac. In my build.gradle.kts: if (...
0 votes
0 answers
45 views

In my android app module, the build.gradle file is a groovy DSL gradle. I use the below code to apply a kotlin DSL gradle. apply from: "../my-gradle/demo.gradle.kts The demo.gradle.kts like below:...
1 vote
0 answers
84 views

I have some code that needs to be completed in C++, and I hope to compile the C++ code into some form of dynamic library or klib, which can then be used in the Kotlin multiplatform project or as a ...
0 votes
0 answers
54 views

I have two gradle tasks that start different servers: tasks.register<Exec>("frontendDevServer") { workingDir = file("src/frontend") commandLine("npm", "...
0 votes
0 answers
44 views

Please help me find the right combination of versions. I am trying to launch my react-native app on Android for several days dealing with many different errors that I feel I am going in circles. It ...

15 30 50 per page
1
2 3 4 5
...
92

AltStyle によって変換されたページ (->オリジナル) /