Róbert Papp
Róbert Papp
"Type resolution" seems like an obvious choice. Would it make sense to just make it a boolean flag? Considering we have no clue what a 3rd option might be, it...
Makes sense, full/**lite** naming is good then. Throwing in an alternative: strong/weak (to stay with typing terms). Maybe the ideas/names are in the meeting notes doc from last year? Note:...
@aSemy What is the reason for Dokka tasks executing one by one, one after the other in a Gradle parallel build? When I do a publish I can see compilation...
I pinged you exactly because of all those issues, PRs and repo you linked. I know DGP is not compatible with fancy new features, but `org.gradle.parallel` is a pretty pretty...
Thanks for the pointers!
I did that, @tnyblom, in the end. Would it make sense to detect this configuration and error on it? Because, at the moment, master is not failing and not producing...
Also remove receiver, so this is not necessary in cinema ``` buildscript { dependencyLocking { lockAllConfigurations() // To prevent "Kotlin DSL property assignment", don't use it here. lockFile.set(file("../../gradle/dependency-locks/plugins-settings.lockfile")) } }...
Does this ever run? ``` tasks.withType().configureEach { onlyIf { it.project.property("net.twisterrob.test.android.pluginVersion").toString() == "7.3.0" && it.project.property("net.twisterrob.test.kotlin.pluginVersion").toString() == "1.6.21" } } ```
The StackOverflowError is from Gradle https://github.com/gradle/gradle/issues/21116, will be fixed in 7.6
Came up with BLT too: ``` Calculating task graph as no configuration cache is available for tasks: build :AppEngine:appengineStage 0 problems were found storing the configuration cache. See the complete...