- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for kotlinCoreLibrariesVersion (0.09 seconds)
-
build-logic/src/main/kotlin/okhttp.jvm-conventions.gradle.kts
toolchain { languageVersion.set(JavaLanguageVersion.of(21)) } } // Introduce in a separate change //configureJavaCompatibility(javaVersion = 8) configureKotlinCompatibility(version = version("kotlinCoreLibrariesVersion")) tasks.withType<JavaCompile> { options.encoding = Charsets.UTF_8.toString() if (name.contains("Java9")) { sourceCompatibility = "9" targetCompatibility = "9" } else {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Feb 09 14:40:26 GMT 2026 - 1.4K bytes - Click Count (0) -
gradle/libs.versions.toml
square-retrofit = "3.0.0" startup-runtime = "1.2.0" testcontainers = "1.21.4" zstd-kmp-okio = "0.4.0" # Set to lower version than KGP version to maximize compatibility # Default to matching okio kotlinCoreLibrariesVersion = "2.1.21" [libraries] amazon-corretto = { module = "software.amazon.cryptools:AmazonCorrettoCryptoProvider", version.ref = "amazon-corretto" }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 31 22:01:48 GMT 2026 - 12K bytes - Click Count (0)