MVI Auto Mock Processor

A simple annotation processor for generating mvi mocks

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.rougsig
ArtifactId

ArtifactId

mvi-auto-mock-processor
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

MVI Auto Mock Processor
A simple annotation processor for generating mvi mocks
Project URL

Project URL

https://github.com/rougsig/mvi-auto-mock
Source Code Management

Source Code Management

https://github.com/rougsig/mvi-auto-mock

Download mvi-auto-mock-processor

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rougsig/mvi-auto-mock-processor/ -->
<dependency>
    <groupId>com.github.rougsig</groupId>
    <artifactId>mvi-auto-mock-processor</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/mvi-auto-mock-processor/
implementation 'com.github.rougsig:mvi-auto-mock-processor:1.0.0'
// https://jarcasting.com/artifacts/com.github.rougsig/mvi-auto-mock-processor/
implementation ("com.github.rougsig:mvi-auto-mock-processor:1.0.0")
'com.github.rougsig:mvi-auto-mock-processor:jar:1.0.0'
<dependency org="com.github.rougsig" name="mvi-auto-mock-processor" rev="1.0.0">
  <artifact name="mvi-auto-mock-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='mvi-auto-mock-processor', version='1.0.0')
)
libraryDependencies += "com.github.rougsig" % "mvi-auto-mock-processor" % "1.0.0"
[com.github.rougsig/mvi-auto-mock-processor "1.0.0"]

Dependencies

runtime (6)

Group / Artifact Type Version
com.github.rougsig : mvi-auto-mock-runtime jar 1.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.21
me.eugeniomarletti.kotlin.metadata : kotlin-metadata jar 1.4.0
com.squareup : kotlinpoet jar 1.1.0
org.jetbrains.kotlin : kotlin-reflect jar 1.3.21
com.google.auto.service : auto-service jar 1.0-rc4

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.testing.compile : compile-testing jar 0.15
mvi-auto-mock » test-models jar unspecified

Project Modules

There are no modules declared in this project.

Fakito

Download

Add a Gradle dependency:

apply plugin: 'kotlin-kapt'

sourceSets {
    main.java.srcDirs += 'src/main/kotlin'
    main.java.srcDirs += 'build/generated/source/kaptKotlin/main'           // <-- add to your module
    debug.java.srcDirs += 'build/generated/source/kaptKotlin/debug'         // <-- add to your module
    release.java.srcDirs += 'build/generated/source/kaptKotlin/release'     // <-- add to your module
    test.java.srcDirs += 'src/test/kotlin'
}

implementation 'com.github.rougsig:fakito-runtime:2.0.0'
kapt 'com.github.rougsig:fakito-processor:2.0.0'

Versions

Version
1.0.0