{
  "name": "@iris/sdk-kotlin",
  "$schema": "../../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/iris/sdk/kotlin/src",
  "projectType": "library",
  "tags": ["scope:iris", "type:sdk", "lang:kotlin"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "commands": ["./gradlew build -x test"],
        "cwd": "libs/iris/sdk/kotlin",
        "parallel": false
      },
      "outputs": ["{projectRoot}/build"]
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "commands": ["./gradlew test"],
        "cwd": "libs/iris/sdk/kotlin",
        "parallel": false
      }
    },
    "clean": {
      "executor": "nx:run-commands",
      "options": {
        "commands": ["./gradlew clean"],
        "cwd": "libs/iris/sdk/kotlin",
        "parallel": false
      }
    },
    "publish": {
      "executor": "nx:run-commands",
      "options": {
        "commands": ["./gradlew publish"],
        "cwd": "libs/iris/sdk/kotlin",
        "parallel": false
      }
    }
  }
}
