Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

Android Studio : The application could not be installed. Device went into offline mode after running MainActivity

I have been installing a debug app on my physical Android phone, but today it suddenly stopped working and showed this error: "The application could not be installed". There is no error log ...
NhVNgn's user avatar
  • 1
0 votes
0 answers
8 views

open api generator kotlin gradle dsl - cant generate specific api endpoint

i am using open api generator kotlin dsl build.kts gradle task version 7.0.1 to generate spring 2.7.18 web clients expected: generate 1x MeterApisAPi and 1x model openApiGenerate { globalProperties....
tytx t's user avatar
  • 1
0 votes
0 answers
19 views

Integrating TrustWalletCore in KMM Project: Issues with Swift Wrapper and Dependencies

Hello Stack Overflow community, I'm currently working on a Kotlin Multiplatform Mobile (KMM) project and trying to integrate the TrustWalletCore library. I've encountered several issues, particularly ...
user3884677's user avatar
0 votes
1 answer
34 views

Which is difference between two different imports?

I created a new project and there is some differences on importing on gradle files, I don't understand why its different from other projects that I have, is this wrong, can somebody tell me the ...
Flutura Demaj's user avatar
-1 votes
0 answers
33 views

Issue with Hilt Application Class: Gradle Dependency Conflict

I'm working on an Android project that runs fine without the following Hilt application class: package com.app.bestride import android.app.Application import dagger.hilt.android.HiltAndroidApp @...
Aashish Ace's user avatar
1 vote
0 answers
13 views

Compile Kotlin desktop application into single exe

I've got a Kotlin desktop application that I compile with Gradle into a self-containing distributable folder. However, that output folder contains 372 files making it difficult to publish so I zip it ...
t3chb0t's user avatar
  • 18k
0 votes
0 answers
19 views

Showing All Messages Plugin [id: 'com.android.library'] was not found in any of the following sources: error when installing the Pod in iOS

I'm updating our Kotlin multi platform project to the latest version of kotlin, Gradle and various plugin, which basically is is just our API interface and we use in our native mobile app projects. As ...
Vincenzo's user avatar
  • 6,002
0 votes
0 answers
18 views

composeCompiler inside a Gradle Plugin

I would like to configure the compiseCompiler inside my Plugin but I am unable to access it. I tried this way: class AndroidApplicationComposeConventionPlugin : Plugin<Project> { override ...
No_Name's user avatar
  • 66
0 votes
0 answers
40 views

Plugin [id: 'com.android.application', version: '8.5.0', apply: false] was not found in any of the following sources

Plugin [id: 'com.android.application', version: '7.4.1', apply: false] was not found in any of the following sources: What is the problem?
Arshia Ghebleh's user avatar
-1 votes
1 answer
23 views

Trying to update my outdated android app (Native)

I've gone back to try and update my old app which is essentially a dark filter app that turns on when you move the phone around It runs as it should do on most phones however it ends up crashing on ...
The Academic Weapon's user avatar
0 votes
1 answer
33 views

GraalVM native gradle plugin using nativeCompile fails using nativeCompile task

Am able to build a sample console Kotlin project using ./gradlew clean build but am unable to generate a native image using the GraalVM native gradle plugin... After a successful build, the subsequent ...
PacificNW_Lover's user avatar
0 votes
0 answers
32 views

How to use a variable in Android build.gradle.kts

Root directory build.gradle.kts extra.apply { // true: debug mode; false: distribute mode. set("isDebug", true) } Main module build.gradle.kts val isDebug = rootProject.extra["...
CorianderSaint's user avatar
0 votes
0 answers
59 views

Migrating to spring 3.3.0+ version, causes issues with wiremock

im trying to update from spring-boot 3.1.9 to 3.3.1. When i update the version, tests using wiremock start failing. I read about the standalone version, and have updated my gradle script accordingly ...
perorororo's user avatar
0 votes
0 answers
37 views

Execution failed for task ':react-native-gradle-plugin:compileKotlin'

was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. infos "react-native": "0.70.0", I am getting error on ...
Yuri Oliveira Gochi's user avatar
2 votes
1 answer
40 views

Use a different maven repository per build in gradle

I have a spring/gradle/kotlin backend Application, that I have to build in 2 networks. One has internet, the other does not, but it has a private maven repository. Example part of build.gradle.kts: ......
Tamás's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
231