This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Description
Adding the Gradle plugin to the project should make it so the library version is not required to be specified. Could also look into automatically including the dependency.
plugins {
kotlin("jvm") version "1.4.10"
id("com.bnorm.power.kotlin-react-function") version "0.2.1"
}
dependencies {
implementation("com.bnorm.react:kotlin-react-function")
}