CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
gradle-kotlin-dsl
09-07
Software engineering
How to modify build.gradle.kts sourceSets for Dokka task?
08-31
database
How can I make typesafe accessors available for new project properties contributed by a Gradle plugi
08-30
Net
Run Checkstyle before gradle build on build.gradle.kts and make build fail if there are issues
08-28
database
Gradle add compileClasspath to configurations in ShadowJar (kotlin)
08-25
Back-end
Gradle Extensions: can plain Kotlin types be used instead of Property<T> for properties with s
08-25
other
Gradle Extensions: can plain Kotlin types be used instead instead of Property<T> for propertie
08-17
database
gRPC UnsupportedAddressTypeException, but only when packaged with shadowJar
07-11
Net
Converting some code snippet from groovy to kotlin KTS in my build.gradle.kts file
06-23
Blockchain
Unable to apply plugin in gradle init script
06-20
database
"Unresolved reference: sourceCompatibility" after upgrading Gradle build to Kotlin 1.7.0
06-12
other
how to config jmockit javaagent in gradle-kotin-dsl
06-08
OS
A gradle project compiles successfully, how to replicate this success if it is included in another p
05-27
other
How to read and parse .json file in gradle.kts?
05-12
database
Gradle problems of adding koin test dependencies
05-10
OS
Why can't I use Gradle DSL in apply'ed files
05-02
Blockchain
Gradle Version Catalog (Published): How to dynamically set up repository
04-22
database
Move version number to a variable in Gradle Kotlin DSL
04-18
Back-end
Configure Kotlin extension for Gradle subprojects
04-04
Mobile
Expression 'application' cannot be invoked as a function
02-25
Blockchain
How to save output from exec (running a bash script) to a variable in a gradle plugin
02-23
Mobile
Gradle Kotlin why don't we assign variables directly
02-23
Mobile
run executable jar files and run another task with Kotlin DSL's task
02-11
Blockchain
Multiple Errors Relating Kotlin Version
01-03
Back-end
Invalid publication 'mavenJava': multiple artifacts with the identical extension and class
12-18
Enterprise
Understanding all the ways to apply a plugin in Gradle
12-17
Blockchain
Creating combined distribution for composite Gradle build
12-08
Back-end
Converting SourceSet definition in plugin from Groovy DSL to Kotlin DSL
12-01
Software design
Declare Gradle buildSrc plugin using Kotlin DSL
11-28
Software design
Why gradle 7.3 is incapable of finding a submodule defined using relative path?
11-26
Blockchain
How to disable auto sync build.gradle.kts script in Android Studio(Artic Fox recent version)
11-23
Blockchain
Null property provided by Gradle when using custom plugin
11-13
OS
How do I get a custom property defined in 'gradle.properties in kotlin code?
11-04
Software engineering
gradle kotlin dsl: how to create a shared function which uses a plugin class?
10-21
Enterprise
Convert a List of Integers to List of String in Kotlin
10-18
OS
Installing dependencys with Gradle Kotlin DSL does not work
10-10
Net
Plugin [id: 'dagger.hilt.android.plugin'] was not found in any of the following sources
10-09
OS
Gradle precompiled script plugin: External Quarkus plugin dependency not found
09-22
OS
How to pass compiler arguments to java Compiler with kotlin dsl Gradle
09-21
Net
Kotlin Gradle Plugin: How to access `Project` extensions such as `sourceSets`?
Links:
CodePudding