Revert "Force CtsNetTestCases to compile with Kotlin 1.9"
With b/391766151 fixed by the previous patch, this can now
be reverted.
This reverts commit 4f59de2f85afbeb938646955b44be875e74d07b1.
Test: atest NetworkAgentTest on an S device
Change-Id: Ie2cb2ca5653a134c0eaa1cac5b0c4b4221f1c0ac
diff --git a/tests/cts/net/Android.bp b/tests/cts/net/Android.bp
index ce94f87..1ba581a 100644
--- a/tests/cts/net/Android.bp
+++ b/tests/cts/net/Android.bp
@@ -24,9 +24,6 @@
"framework-connectivity-test-defaults",
],
- // TODO(b/391766151): remove when NetworkAgentTest passes with Kotlin 2.
- kotlin_lang_version: "1.9",
-
// Include both the 32 and 64 bit versions
compile_multilib: "both",