- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getJvmSpecVersion (0.51 seconds)
-
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformVersion.kt
* limitations under the License. */ package okhttp3.testing object PlatformVersion { val majorVersion: Int by lazy { when (val jvmSpecVersion = getJvmSpecVersion()) { "1.8" -> 8 else -> jvmSpecVersion.toInt() } } fun getJvmSpecVersion(): String = System.getProperty("java.specification.version", "unknown")Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 902 bytes - Click Count (0)