Migrate examples/hello_world Android app to Gradle Kotlin DSL#142300
Migrate examples/hello_world Android app to Gradle Kotlin DSL#142300bartekpacia wants to merge 4 commits intoflutter:masterfrom bartekpacia:add_kotlin_gradle_dsl_app
Conversation
reidbaker
left a comment
There was a problem hiding this comment.
This looks reasonable to me but why did Linux_android hello_world__memory not fail when the first pr was put up? NVM It looks like the test is post submit only.
I could not find a passing test for a commit in this pr. I found https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20hello_world__memory/11963/overview which looks like it is passing though.
Did you find a different way to run this test to verify the build worked?
I ran the test Anyway, this PR has to wait for now since its "basis" (PR #140744 which added support for Gradle Kotlin KTS) is being reverted in #142266 and #142464. |
…submit" This reverts commit 120fa71fa798c5bd969a5ab56c576ab8fed4041f.
|
done as part of #142752 |
This PR introduces the first app in this repo that only uses Gradle Kotlin DSL instead of Gradle Groovy DSL.
This PR was originally #141541, but it was reverted in #142018 because "Linux_android hello_world__memory" broke the tree. It is now fixed.