MVN

love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js

Maven & Gradle

Dec 23, 2023

suspend-transform-runtime · Generate platform-compatible functions for Kotlin suspend functions

<dependency>
    <groupId>love.forte.plugin.suspend-transform</groupId>
    <artifactId>suspend-transform-runtime-wasm-js</artifactId>
    <version>0.6.0-beta3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0-beta3
  • Latest Beta: 0.6.0-beta3

All Versions

Choose a version of love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
suspend-transform-runtime-wasm-js-0.6.0-beta3
suspend-transform-runtime-wasm-js-0.6.0-beta2
suspend-transform-runtime-wasm-js-0.6.0-beta1
suspend-transform-runtime-wasm-js-0.6.0-beta

How to add a dependency to Maven

Add the following love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>love.forte.plugin.suspend-transform</groupId>
    <artifactId>suspend-transform-runtime-wasm-js</artifactId>
    <version>0.6.0-beta3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js gradle dependency to your build.gradle file:

implementation 'love.forte.plugin.suspend-transform:suspend-transform-runtime-wasm-js:0.6.0-beta3'

Gradle Kotlin DSL: Add the following love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js gradle kotlin dependency to your build.gradle.kts file:

implementation("love.forte.plugin.suspend-transform:suspend-transform-runtime-wasm-js:0.6.0-beta3")

How to add a dependency to SBT Scala

SBT Scala: Add the following love.forte.plugin.suspend-transform : suspend-transform-runtime-wasm-js sbt scala dependency to your build.sbt file:

libraryDependencies += "love.forte.plugin.suspend-transform" % "suspend-transform-runtime-wasm-js" % "0.6.0-beta3"