Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pluginTypes (0.17 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/KtFe10CompilerPluginsProvider.kt

            return extensionType.getInstances(module.project)
        }
    
        @OptIn(InternalNonStableExtensionPoints::class)
        override fun isPluginOfTypeRegistered(module: KtSourceModule, pluginType: CompilerPluginType): Boolean {
            val extension = when (pluginType) {
                CompilerPluginType.ASSIGNMENT -> AssignResolutionAltererExtension
                else -> return false
            }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 27 14:05:02 GMT 2023
    - 1.3K bytes
    - Viewed (2)
  2. build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/SamplesGenerator.kt

            val pluginType = if (descriptor.componentType === ComponentType.LIBRARY) "Library" else "Application"
            val configurationCacheCompatMatrixLink = "link:{userManualPath}/configuration_cache.html#config_cache:plugins:core"
            val configurationCacheCompatibility = when (descriptor.language) {
                Language.CPP -> {
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Feb 06 17:51:21 GMT 2024
    - 13.8K bytes
    - Viewed (0)
Back to top