jar

io.github.kyay10.kotlin-all-static : kotlin-plugin

Maven & Gradle

Oct 16, 2022
2 stars

Kotlin All Static · A Kotlin compiler plugin that automatically makes every function/property inside an object static

Table Of Contents

Latest Version

Download io.github.kyay10.kotlin-all-static : kotlin-plugin JAR file - Latest Versions:

All Versions

Download io.github.kyay10.kotlin-all-static : kotlin-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlin-plugin-0.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jetbrains.kotlin.resolve

├─ org.jetbrains.kotlin.resolve.MutableDiagnosticsUtils.class - [JAR]

io.github.kyay10.kotlinallstatic

├─ io.github.kyay10.kotlinallstatic.AllStaticCommandLineProcessor.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.AllStaticComponentRegistrar.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.AllStaticComponentRegistrarKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.AllStaticIrGenerationExtension.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.BuildConfig.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.KtRecursiveVisitorVoid.class - [JAR]

io.github.kyay10.kotlinallstatic.utils

├─ io.github.kyay10.kotlinallstatic.utils.BindingContextKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.FileExtensionsKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.IrExtensionsKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.IrFileTransformerVoidWithContext.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.MutableDiagnosticsKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.OptionCommandLineProcessor.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.ReflectionExtensionsKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.StandardExtensionsKt.class - [JAR]

├─ io.github.kyay10.kotlinallstatic.utils.TransformableCliOption.class - [JAR]