Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gradle-kotlin-dsl

Using kapt with multiplatform subproject

How to use plugin version from gradle.properties in Gradle Kotlin DSL?

What's the difference between .kt and .kts files in Kotlin. When should we use .kts file over .kt file?

How to add new configuration with Gradle Kotlin-dsl

gradle gradle-kotlin-dsl

Include scripts with Gradle Kotlin DSL

Error: "Unresolved reference: versionCode" in build.gradle.kts

How to parametrize Kotlin version in the plugins block of a build.gradle.kts script?

What is the difference between registering and creating in Gradle Kotlin DSL

could not find extension implementation class org.jetbrains.kotlin.idea.scripting.gradle.roots.GradleBuildRootsManager

How are gradle extra properties set in the Kotlin DSL?

How to set compileJava' task ( 11) and 'compileKotlin' task (1.8) jvm target compatibility to the same Java version in build.gradle.kts?

Integration tests with Gradle Kotlin DSL

How to add new sourceset with gradle kotlin-dsl

How to access variant.outputFileName in Kotlin

How do I use the native JUnit 5 support in Gradle with the Kotlin DSL?

Boilerplate project configuration in Gradle with Gradle Kotlin DSL

Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.2.71'] was not found in any of the following sources

How can I specify a category for a Gradle task?

Gradle Kotlin DSL: Define Kotlin version in unique place

How to create the fat jar with gradle kotlin script