Róbert Papp
Róbert Papp
``` * Where: Build file 'I:\project\libs\twister-lib-java\build.gradle' line: 26 * What went wrong: A problem occurred evaluating project ':twister-libs-java'. > com/android/builder/core/VariantTypeImpl ```
And maybe introduce trimIndent. ```kotlin @Language(lang) val x = """ ... """ ``` ```kotlin val x = lang(""" ... """).trimIndent() ``` --- Could bring it even farther ```kotlin val x...
https://github.com/TWiStErRob/net.twisterrob.sun/pull/20/commits/c570adec1d7bf374614ae7892dd0493010a607d9#diff-41dac32d7a54cde3fba206a830724d79478a99c765bdbafb2ad80f387ce4e1f3R18-R19 This can either go in quality or private plugin
Note: remove exclusions from config.
`net.twisterrob.gradle.build.cache.diagnostics` Tasks: * `buildCacheReport`: html report of local cache structure, charts etc. * `archiveBuildCache`: zip up the current state of the build cache, but each cache entry is decoded *...
``` P:\projects\workspace\net.twisterrob.colorfilters\feature\lighting\src\main\res\layout\fragment_lighting.xml:148 in project ':feature:lighting'/debug ``` Replace `${project}/${variant}` with something smarter.
https://youtrack.jetbrains.com/issue/IDEA-65879 https://stackoverflow.com/questions/56061831/create-a-web-browser-link-that-opens-a-file-in-intellij-possible/56066943#56066943
This should be automatic https://github.com/TWiStErRob/net.twisterrob.sun/pull/20/commits/1bc698cecf54768fa43f61b477cd8ac3ba61ee84#diff-41dac32d7a54cde3fba206a830724d79478a99c765bdbafb2ad80f387ce4e1f3R17
https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html Fill in more metadata: ```kotlin create(...) { id = ... implementationClass = ... displayName = TODO() description = TODO() } ``` Link it up with readme somehow: `description` link...
- Split build into build and examples so that failures are clearer in pipeline - Don't stop existing master actions on push (fixed in #136) - Take pushed tag into...