createTAKServer
expect fun createTAKServer(dispatchers: CoroutineDispatchers, port: Int = DEFAULT_TAK_PORT): TAKServer(source)
Platform factory for TAKServer. The JVM/Android implementation lives in jvmAndroidMain and uses JSSE (SSLServerSocket) with the bundled server.p12 identity and ca.pem client trust store.
actual fun createTAKServer(dispatchers: ERROR CLASS: Symbol not found for CoroutineDispatchers, port: Int): TAKServer(source)
actual factory for the KMP expect fun createTAKServer declared in commonMain. Both the Desktop JVM target and the Android target share this source set, so both run the same JSSE-based TLS listener.
Also wires TAKDataPackageGenerator's bundled-cert provider so that the exported .zip data package contains the real server.p12 / client.p12 bytes from the classpath rather than an empty fallback.