Sheath Gradle Plugin

A Kotlin compiler plugin to avoid adding kapt to most modules in a dagger-android project.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

dev.quiro.sheath
ArtifactId

ArtifactId

dev.quiro.sheath.gradle.plugin
Last Version

Last Version

0.6.3
Release Date

Release Date

Type

Type

pom
Description

Description

Sheath Gradle Plugin
A Kotlin compiler plugin to avoid adding kapt to most modules in a dagger-android project.
Project URL

Project URL

https://github.com/quiro91/sheath
Source Code Management

Source Code Management

https://github.com/quiro91/sheath

Download dev.quiro.sheath.gradle.plugin

How to add to project

<!-- https://jarcasting.com/artifacts/dev.quiro.sheath/dev.quiro.sheath.gradle.plugin/ -->
<dependency>
    <groupId>dev.quiro.sheath</groupId>
    <artifactId>dev.quiro.sheath.gradle.plugin</artifactId>
    <version>0.6.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.quiro.sheath/dev.quiro.sheath.gradle.plugin/
implementation 'dev.quiro.sheath:dev.quiro.sheath.gradle.plugin:0.6.3'
// https://jarcasting.com/artifacts/dev.quiro.sheath/dev.quiro.sheath.gradle.plugin/
implementation ("dev.quiro.sheath:dev.quiro.sheath.gradle.plugin:0.6.3")
'dev.quiro.sheath:dev.quiro.sheath.gradle.plugin:pom:0.6.3'
<dependency org="dev.quiro.sheath" name="dev.quiro.sheath.gradle.plugin" rev="0.6.3">
  <artifact name="dev.quiro.sheath.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.quiro.sheath', module='dev.quiro.sheath.gradle.plugin', version='0.6.3')
)
libraryDependencies += "dev.quiro.sheath" % "dev.quiro.sheath.gradle.plugin" % "0.6.3"
[dev.quiro.sheath/dev.quiro.sheath.gradle.plugin "0.6.3"]

Dependencies

compile (1)

Group / Artifact Type Version
dev.quiro.sheath : gradle-plugin jar 0.6.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.3
0.6.2
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0