Skip to content

UPGRADING TO REACT NATIVE 0.74.1 - Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:. #538

UPGRADING TO REACT NATIVE 0.74.1 - Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:.

UPGRADING TO REACT NATIVE 0.74.1 - Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.jetbrains.kotlin:kotlin-gradle-plugin:. #538

Workflow file for this run

name: Issue handling
on:
issues:
types: [opened, edited]
jobs:
add_label_rn_version:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Add label with the React Native version
uses: ./actions/addLabelRNVersion
with:
github-token: ${{ secrets.GITHUB_TOKEN }}