Removing Proto3LiteTest
diff --git a/java/kotlin/BUILD b/java/kotlin/BUILD
index bcdf4ec..0cb27e5 100644
--- a/java/kotlin/BUILD
+++ b/java/kotlin/BUILD
@@ -3,6 +3,10 @@
 load("@rules_proto//proto:defs.bzl", "proto_library")
 load("//:protobuf_version.bzl", "PROTOBUF_VERSION")
 
+exports_files([
+  "src/test/kotlin/com/google/protobuf/Proto3Test.kt",
+])
+
 # Kotlin generated protos depend on this and only this.
 kt_jvm_library(
     name = "shared_runtime",