Travis Reitter
06/20/2022, 6:47 PMTask 'runCommonizer' not found in project ':android'
Paul Woitaschek
06/20/2022, 6:51 PMtapchicoma
06/20/2022, 7:52 PMTravis Reitter
06/20/2022, 8:00 PMBuild
pane is:
Task 'runCommonizer' not found in project ':android'.
* Try:
> Run gradle tasks to get a list of available tasks.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
org.gradle.execution.TaskSelectionException: Task 'runCommonizer' not found in project ':android'.
at org.gradle.execution.DefaultTaskSelector.getSelection(DefaultTaskSelector.java:113)
at org.gradle.execution.DefaultTaskSelector.getSelection(DefaultTaskSelector.java:78)
at org.gradle.execution.CompositeAwareTaskSelector.getSelection(CompositeAwareTaskSelector.java:94)
...
I can run anything through gradlew
if it would give you needed detail (I've just personally never found --debug
, etc. helps me debug issues)embedAndSignAppleFrameworkForXcode
Gradle task and doesn't have a problemPaul Woitaschek
06/20/2022, 8:08 PMTravis Reitter
06/20/2022, 8:40 PMPaul Woitaschek
06/20/2022, 8:59 PMTravis Reitter
06/20/2022, 9:10 PMrunCommonizer
issue are both fixed 🙂Paul Woitaschek
06/21/2022, 5:11 AMSebastian Sellmair [JB]
06/21/2022, 12:01 PMtasks.register("runCommonizer") {
dependsOn(tasks.getByName("commonize"))
}
runCommonizer
task name (old) was never removed and is kept in KGP for compatibility ./Travis Reitter
06/28/2022, 10:59 PMSebastian Sellmair [JB]
06/29/2022, 5:16 PMI always try to avoid upgrading to a less-stable track, even temporarily, where I canThis sounds very reasonable to me :blob-smile-happy: Lets just be glad that the issue seems to be not affecting you anymore and I will be warned if I ever see somebody hitting this again!