Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for kotlinCompilerEmbeddable (0.11 seconds)

  1. build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt

            return rootDir.withUniqueDirectory("input-build").apply {
                withFile(
                    "gradle/libs.versions.toml",
                    """
                        [libraries]
                        kotlinCompilerEmbeddable = { group = "org.jetbrains.kotlin", name = "kotlin-compiler-embeddable", version = "$embeddedKotlinVersion" }
                    """
                )
                withSettings("""include("v1", "v2", "binary-compatibility")""")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Jan 19 11:30:48 GMT 2026
    - 18.3K bytes
    - Click Count (0)
Back to Top