diff options
| -rw-r--r-- | android/neverallow.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index fdcbe1cc8..d2117849d 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -322,9 +322,6 @@ func createFilesystemIsAutoGeneratedRule() Rule { func createKotlinPluginRule() []Rule { kotlinPluginProjectsAllowedList := []string{ - // TODO: Migrate compose plugin to the bundled compiler plugin - // Actual path prebuilts/sdk/current/androidx/m2repository/androidx/compose/compiler/compiler-hosted - "prebuilts/sdk/current/androidx", "external/kotlinc", } |