Approval confirmation
Approval confirmation
Delete plugin confirmation
          To confirm the plugin deletion insert pluginId and author name
        
        Victor Turansky
io.github.turansky.kfc.wrappers
          PluginId 
        
        
          Author 
        
        io.github.turansky.kfc.wrappers
                  Owner:
                  
                    
                    Victor Turansky
                  
                
Kotlin Wrappers support for Kotlin/JS projects
Version 7.1.0
7.1.0
Created 30 March 2023.
                Kotlin Wrappers support for Kotlin/JS projects
                
            
            
            
                
                    Other versions 
                    
            
            
        - 8.8.0
 - 8.7.0
 - 8.6.0
 - 8.5.0
 - 8.4.0
 - 8.3.0
 - 8.2.0
 - 8.1.0
 - 8.0.0
 - 7.62.0
 - 7.61.0
 - 7.60.0
 - 7.58.0
 - 7.57.0
 - 7.56.0
 - 7.55.0
 - 7.51.0
 - 7.50.0
 - 7.40.1
 - 7.40.0
 - 7.38.0
 - 7.37.0
 - 7.35.0
 - 7.34.0
 - 7.33.0
 - 7.32.0
 - 7.31.0
 - 7.30.0
 - 7.25.0
 - 7.24.0
 - 7.23.0
 - 7.22.0
 - 7.21.0
 - 7.20.0
 - 7.19.0
 - 7.18.1
 - 7.18.0
 - 7.17.2
 - 7.17.1
 - 7.17.0
 - 7.16.0
 - 7.15.0
 - 7.14.6
 - 7.14.5
 - 7.14.4
 - 7.14.3
 - 7.14.2
 - 7.14.1
 - 7.14.0
 - 7.13.0
 - 7.12.3
 - 7.12.2
 - 7.12.1
 - 7.12.0
 - 7.11.2
 - 7.11.1
 - 7.11.0
 - 7.10.1
 - 7.10.0
 - 7.9.2
 - 7.9.1
 - 7.9.0
 - 7.8.0
 - 7.7.10
 - 7.7.9
 - 7.7.8
 - 7.7.7
 - 7.7.6
 - 7.7.5
 - 7.7.4
 - 7.7.3
 - 7.7.2
 - 7.7.1
 - 7.7.0
 - 7.6.6
 - 7.6.5
 - 7.6.4
 - 7.6.3
 - 7.6.2
 - 7.6.1
 - 7.6.0
 - 7.5.4
 - 7.5.3
 - 7.5.2
 - 7.5.1
 - 7.5.0
 - 7.4.1
 - 7.4.0
 - 7.3.0
 - 7.2.3
 - 7.2.2
 - 7.2.1
 - 7.2.0
 - 7.1.1
 - 7.0.1
 - 7.0.0
 - 6.15.0
 - 6.14.0
 - 6.13.0
 - 6.12.3
 - 6.12.2
 - 6.12.1
 - 6.12.0
 - 6.11.0
 - 6.10.1
 - 6.10.0
 - 6.9.1
 - 6.9.0
 - 6.8.3
 - 6.8.2
 - 6.8.1
 - 6.8.0
 - 6.7.1
 - 6.7.0
 - 6.6.1
 - 6.6.0
 - 6.5.2
 - 6.5.1
 - 6.5.0
 - 6.4.1
 - 6.4.0
 - 6.3.3
 - 6.3.2
 - 6.3.1
 - 6.3.0
 - 6.2.0
 - 6.1.1
 - 6.0.1
 - 6.0.0
 - 5.141.0
 - 5.140.0
 - 5.133.0
 - 5.132.0
 - 5.131.0
 - 5.130.0
 - 5.129.0
 - 5.128.0
 - 5.127.0
 - 5.126.0
 - 5.125.0
 - 5.124.0
 - 5.123.0
 - 5.122.0
 - 5.121.0
 - 5.120.0
 - 5.115.0
 - 5.110.0
 - 5.105.0
 - 5.101.0
 - 5.100.0
 - 5.95.0
 - 5.92.0
 - 5.91.0
 - 5.90.0
 
Add this plugin to your build using the plugins DSL:
plugins {
  id("io.github.turansky.kfc.wrappers") version "7.1.0"
}
              See also:
- 
                
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts):dependencies { implementation("io.github.turansky.kfc.wrappers:io.github.turansky.kfc.wrappers.gradle.plugin:7.1.0") }It can then be applied in the precompiled script plugin:plugins { id("io.github.turansky.kfc.wrappers") } - 
                
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.turansky.kfc.wrappers:io.github.turansky.kfc.wrappers.gradle.plugin:7.1.0") } } apply(plugin = "io.github.turansky.kfc.wrappers") - Applying plugins to all subprojects .