diff options
author | 2024-12-06 21:08:06 +0000 | |
---|---|---|
committer | 2024-12-06 21:08:06 +0000 | |
commit | f7f72eff9eb73e0af44382eaa19967b4589cfe51 (patch) | |
tree | 80101cca123f125f3e224c2cacdfd3118d4506fb /java/kotlin_test.go | |
parent | 71a028d9e4e95e318fbd8ad231da84a6f971359a (diff) | |
parent | 0a3ef84335088feccba395822a66a13b7eb49faa (diff) |
Merge "Change compose Compiler. New Soong Exclude_common_Srcs." into main
Diffstat (limited to 'java/kotlin_test.go')
-rw-r--r-- | java/kotlin_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/kotlin_test.go b/java/kotlin_test.go index 45eac0134..ad8734d62 100644 --- a/java/kotlin_test.go +++ b/java/kotlin_test.go @@ -501,7 +501,7 @@ func TestKotlinCompose(t *testing.T) { } kotlin_plugin { - name: "androidx.compose.compiler_compiler-hosted-plugin", + name: "kotlin-compose-compiler-plugin", } java_library { @@ -523,7 +523,7 @@ func TestKotlinCompose(t *testing.T) { buildOS := result.Config.BuildOS.String() - composeCompiler := result.ModuleForTests("androidx.compose.compiler_compiler-hosted-plugin", buildOS+"_common").Rule("combineJar").Output + composeCompiler := result.ModuleForTests("kotlin-compose-compiler-plugin", buildOS+"_common").Rule("combineJar").Output withCompose := result.ModuleForTests("withcompose", "android_common") noCompose := result.ModuleForTests("nocompose", "android_common") |