kotlin-dsl-samples icon indicating copy to clipboard operation
kotlin-dsl-samples copied to clipboard

Samples builds using the Gradle Kotlin DSL

Results 38 kotlin-dsl-samples issues
Sort by recently updated
recently updated
newest added

### Context Example of configuration of Android Kotlin project that uses annotation processing libraries (just for example Android DataBinding Library and Dagger 2). Annotation Processing widely used on Android and...

### Context Added spring-boot sample which is missing in the present kotlin-dsl samples. ### Contributor Checklist - [x] Base the PR against the `develop` branch - [x] Make sure that...

Still requires a work around for https://github.com/gradle/gradle-native/issues/522, see the `settings.gradle.kts` file.

in:kotlin-dsl-samples
a:feature

As a Kotlin learner I use sometimes the "Show Kotlin Bytecode" -> Decompile feature in IntelliJ to see the Java source code. ![bildschirmfoto 2018-09-17 um 14 47 39](https://user-images.githubusercontent.com/10229883/45623750-a4eb4200-ba88-11e8-8856-17342c1520ab.png) ![bildschirmfoto 2018-09-17...

in:kt-idea-plugin
a:feature
by:jetbrains

https://youtrack.jetbrains.com/issue/KT-25019 ### Expected Behavior I'm not sure if this is a Kotlin scripting specific issue that should fail compilation, but I ran into this when working to debug a colleague's...

a:bug
in:kt-compiler
by:jetbrains

See https://youtrack.jetbrains.com/issue/KT-27747

in:kt-idea-plugin
by:jetbrains

https://youtrack.jetbrains.com/issue/KT-8199 https://youtrack.jetbrains.com/issue/KT-28022 I really didn't expect this to work but I tried it anyway and the compiler doesn't fail as gracefully as I'd expected it to. ```kotlin data class JacocoFileHolder(...

in:kt-compiler
a:feature
by:jetbrains

This example can be found here at the provided branch: https://github.com/GradleWeaver/simple-jlink/tree/crashing-example (The branch is called "crashing-example" because **before** I updated my IJ kotlin plugin, IJ was hanging requiring a restart...

a:bug
in:kt-compiler
by:jetbrains

- visual indication of background work - error reporting if any

in:kt-idea-plugin
a:feature
re:editing
re:dependency-support
by:jetbrains

API reference is generated from both Gradle Java sources and Gradle Script Kotlin Kotlin sources. `package-info.html` and `package-info.java` files present in the Gradle Java sources are ignored by dokka. See...

a:bug
re:documentation
in:kt-dokka
by:jetbrains