-
### 运行环境 ###
- [x] 设备型号:如:`Nexus 6`
- [x] 设备系统版本:如 `Android 5.0`
- [x] Gradle 版本:如 `2.3.0`
- [x] QMUI Android 版本:`1.x.x`
### 具体问题描述 ###
编译不通过
#### 问题截图 ####
Build file 'E:\workspace\androi…
-
### Expected Behavior
Gradle should offer a standard mechanism for declaring a dependency with the Kotlin DSL plugin. So if my plugin contains a convention that references the plugin like this:
``…
-
### Expected Behavior
If a transitive dependency fails verification, I want to receive pointers on where it originates from in the dependency verification report.
### Current Behavior (optional…
ov7a updated
7 months ago
-
Hi, I tried to do AtomicKotlin exercises by EduTools plugin. But after open the project, Gradle build failed. In Gradle settings, Gradle JVM is set to #JAVA_INTERNAL[Invalid]
Any suggestion, thanks!…
-
### Current Behavior
Kotlin DSL `.first()` collides with JDK21 `.getFirst()` when used in a `tasks` blocks. Maybe elsewhere.
Code like this, fails to compiled when Gradle is ran on JDK 21, earli…
bric3 updated
10 months ago
-
# 現状
各モジュールのbuild.gradleで個別にバージョン指定している
# 提案
AndroidStudioの雛形プロジェクトでもversion catalogを選択できるようになったので、テンプレートで導入してもいいかも?もしくはKotlin DSLに書き換える課題と同様に、ひとつの課題として追加する?
参考
https://github.com/matsumo0922…
-
We’ve been using Gradle via Kotlin DSL for sometime now, on our build system. For many reasons (build repeatability, security - preventing supply chain attacks, etc.) our build agents do not have any …
-
### Expected Behavior
`java.nio.file.Path`s are supported as Worker parameters.
Improve the error message "Could not serialize value of type UnixPath", to be more helpful.
### Current Behavior (opt…
aSemy updated
2 weeks ago
-
With the IntelliJ Kotlin plugin 1.4, the documentation available at https://docs.gradle.org/nightly/userguide/kotlin_dsl.html#sec:ide_support is now out of date.
See https://kotlinlang.org/docs/ref…
-
Is this compatible with the Kotlin DSL for TeamCity 10.x? I would LOVE to be able to grab the XML config of existing jobs (possibly by enabling the VCS/versioned settings) and then convert it to DSL a…