Kotlin All Static compiler plugin

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

License

License

Categories

Categories

Kotlin Languages Gradle Build Tools Github Development Tools Version Controls
GroupId

GroupId

io.github.kyay10.kotlin-all-static
ArtifactId

ArtifactId

io.github.kyay10.kotlin-all-static.gradle.plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/kyay10/kotlin-all-static
Source Code Management

Source Code Management

https://github.com/kyay10/kotlin-all-static.git

Download io.github.kyay10.kotlin-all-static.gradle.plugin

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.kyay10.kotlin-all-static/io.github.kyay10.kotlin-all-static.gradle.plugin/ -->
<dependency>
    <groupId>io.github.kyay10.kotlin-all-static</groupId>
    <artifactId>io.github.kyay10.kotlin-all-static.gradle.plugin</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kyay10.kotlin-all-static/io.github.kyay10.kotlin-all-static.gradle.plugin/
implementation 'io.github.kyay10.kotlin-all-static:io.github.kyay10.kotlin-all-static.gradle.plugin:0.1.0'
// https://jarcasting.com/artifacts/io.github.kyay10.kotlin-all-static/io.github.kyay10.kotlin-all-static.gradle.plugin/
implementation ("io.github.kyay10.kotlin-all-static:io.github.kyay10.kotlin-all-static.gradle.plugin:0.1.0")
'io.github.kyay10.kotlin-all-static:io.github.kyay10.kotlin-all-static.gradle.plugin:pom:0.1.0'
<dependency org="io.github.kyay10.kotlin-all-static" name="io.github.kyay10.kotlin-all-static.gradle.plugin" rev="0.1.0">
  <artifact name="io.github.kyay10.kotlin-all-static.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.kyay10.kotlin-all-static', module='io.github.kyay10.kotlin-all-static.gradle.plugin', version='0.1.0')
)
libraryDependencies += "io.github.kyay10.kotlin-all-static" % "io.github.kyay10.kotlin-all-static.gradle.plugin" % "0.1.0"
[io.github.kyay10.kotlin-all-static/io.github.kyay10.kotlin-all-static.gradle.plugin "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.kyay10.kotlin-all-static : gradle-plugin jar 0.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0