Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadCompiledKotlinClass (0.45 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/precompiled/PrecompiledScriptPluginTemplatesTest.kt

                """
            )
    
            // when:
            compileKotlin()
    
            // then:
            @Suppress("unchecked_cast")
            val pluginAdapter =
                loadCompiledKotlinClass("MyProjectScriptPlugin")
                    .getConstructor()
                    .newInstance() as Plugin<Project>
    
            val exception =
                assertFailsWith(IllegalStateException::class) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 11:39:02 UTC 2023
    - 20.1K bytes
    - Viewed (0)
Back to top