Kotlin is a statically-typed programming language that runs on the Java Virtual Machine and also can be compiled to JavaScript source code. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia (the name comes from the Kotlin Island, near St. Petersburg). While not syntax compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the Collections Framework.
                         
                        
                            Size: 75 MB
                        
                        
                            Authors: JetBrains and open source contributors
                        
                        
                            Tags:
                                
gosling,
                                
hotspot,
                                
idea,
                                
java,
                                
javadevelopmentkit,
                                
jdk,
                                
jetbrains,
                                
jvm,
                                
kotlin,
                                
kt,
                                
oracle,
                                
scala,
                                
sun
                        Default path: %HOMEDRIVE%\Programs\kotlin19
                        
                            pbox install kotlin19
                             Show pbox.xml
                        
                        <pbox version="1.0">
    <name>kotlin19</name>
    <title>Kotlin 1.9.x</title>
    <version>1.9.10</version>
    <group>compiler</group>
    <archs>64</archs>
    <zipFile>archive.7z</zipFile>
    <homedir>%HOMEDRIVE%\Programs\kotlin19</homedir>
    <install>
        <script>.\script\install.bat "${homedir}" "${zipFile}" ${name}</script>
        <env>KOTLIN19_HOME=${homedir}</env>
    </install>
    <uninstall>
        <remove>${homedir}</remove>
        <unenv>KOTLIN19_HOME</unenv>
    </uninstall>
</pbox>