kotlin-dsl-samples
kotlin-dsl-samples copied to clipboard
Samples builds using the Gradle Kotlin DSL
### 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.
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...
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...
See https://youtrack.jetbrains.com/issue/KT-27747
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(...
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...
- visual indication of background work - error reporting if any
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...