summaryrefslogtreecommitdiff
path: root/java/kotlin_test.go
diff options
context:
space:
mode:
author Dave Mankoff <mankoff@google.com> 2024-12-06 21:08:06 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-06 21:08:06 +0000
commitf7f72eff9eb73e0af44382eaa19967b4589cfe51 (patch)
tree80101cca123f125f3e224c2cacdfd3118d4506fb /java/kotlin_test.go
parent71a028d9e4e95e318fbd8ad231da84a6f971359a (diff)
parent0a3ef84335088feccba395822a66a13b7eb49faa (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.go4
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")