Force CtsNetTestCases to compile with Kotlin 1.9

The change to use Kotlin 2 by default causes NetworkAgentTest to
crash on S, possibly due to the compiler emitting synthetic methods that access API classes that don't exist on S. Force it to compile with Kotlin 1.9 until we can fix it.

Change-Id: Ief9b34c8d1eb1469ea33408736d9ca250019dbe9
Fix: 391766151
Test: Test-only change
1 file changed