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

Gradle plugin should add constraint for matching library version dependency #13

@bnorm

Description

@bnorm

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")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions