-
### Expected Behavior
When using the `--no-daemon` flag, my expectation is that if no JVM settings are defined e.g. (`org.gradle.jvmargs`), no JVM will be forked i.e. `GradleMain` will start rather t…
-
Hi,
It took me some hours to figure out how to set it up correctly, I think the codelab should mention it:
```kotlin
import com.google.protobuf.gradle.id
plugins {
// ...
id("com.googl…
-
依赖版本:
compose = "1.7.0-alpha02"
kotlin = "2.0.10"
navigation = "2.8.0-alpha08"
我将main分支的webview模块手动依赖到了项目中,因为通过
implementation("io.github.kevinnzou:compose-webview-multiplatform:1.9.20")
这种方式依…
-
hi .
this is issue on windows 11 when create database class and make project :
Task :composeApp:kspDebugKotlinAndroid FAILED
exception: info: [ksp] loaded provider(s): [androidx.room.RoomKspPro…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swa…
-
Hi,
This is my first time using the android studio and I am struggling to understand how to use this MSDK V4.
I downloaded android studio and opened the project "sample code" but the gradle keeps fa…
-
I have a Kotlin Multiplatform project targeting iOS, Android, and Node.js. After upgrading to SQLDelight 2.0.2, I am using the cz.sazel.sqldelight:node-sqlite3-driver-js:0.3.2 for the Node.js target.
…
-
# Spring Data JPA - QueryDSL With Kotlin, Gradle · 도전하는 개발자
Spring Data JPA
[https://minkukjo.github.io/framework/2020/06/23/Spring-124/](https://minkukjo.github.io/framework/2020/06/23/Spring-124/…
-
您好,我的相关配置是这样的,但切面不生效
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.je…
-
Project isolation is coming down the pipeline in Gradle and adds new limitations
https://gradle.github.io/configuration-cache/#status_as_of_gradle_8_5
The problematic line is use of `subprojects…