Róbert Papp

Results 835 comments of Róbert Papp
trafficstars

Careful, `KotlinDslCompilerPlugins` hardcodes Kotlin 1.4.

(1): there's barely any difference in compiled code, `kotlin-dsl` just lets Kotlin use nice receiver syntax, but still compiles to Action anonymous inner classes. (Diff: line numbers are different because...

Tried, but this only works once Kotlin 1.6.0+ is used in all tests; or if conditionally applied. ```patch Index: test/src/main/resources/net/twisterrob/gradle/test/init.gradle.kts IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/test/src/main/resources/net/twisterrob/gradle/test/init.gradle.kts...

Example usage TWiStErRob/net.twisterrob.colorfilters#39

6ffce7f58f0361993cb82be09a5990bab629069e is a version

is exclude branch related?

Not currently using afterEvaluate, hopefully that's a good fix for now

Investigation: https://kotlinlang.slack.com/archives/C0B8M7BUY/p1534631090000100 Clickable patterns test: ``` P:\projects\workspace\ColorFilters\path\to\file.ext:21 P:\projects\workspace\ColorFilters\path\to\file.ext:21 suffix P:/projects/workspace/ColorFilters/path/to/file.ext:21 P:/projects/workspace/ColorFilters/path/to/file.ext:21 suffix ``` > I was looking for which path formats become clickable when a Gradle task is executed from...