MVI Fake Runtime

A simple annotation processor for generating mvi fakes

License

License

GroupId

GroupId

com.github.rougsig
ArtifactId

ArtifactId

mvi-fake-runtime
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

MVI Fake Runtime
A simple annotation processor for generating mvi fakes
Project URL

Project URL

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

Source Code Management

https://github.com/rougsig/mvi-fake

Download mvi-fake-runtime

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31

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.1.2
1.1.1
1.1.0
1.0.0