Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.41 KB

🦝 Cffu kotlin support 🍩

Kotlin Maven Central dokka

This module provides the extension methods to leverage Kotlin language.

  • Kotlin API documentation(dokka): https://foldright.io/api-docs/cffu-kotlin/
  • Kotlin extensions:
  • Dependency:
    • For Maven projects:

      <dependency>
        <groupId>io.foldright</groupId>
        <artifactId>cffu-kotlin</artifactId>
        <version>1.0.0-Alpha30</version>
      </dependency>
    • For Gradle projects:

      // Gradle Kotlin DSL
      implementation("io.foldright:cffu-kotlin:1.0.0-Alpha30")
      // Gradle Groovy DSL
      implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha30'