Shopify/react-native-performance

Typo in documentatino

aaroncraigongithub opened this issue · 0 comments

On this page: https://shopify.github.io/react-native-performance/docs/known-issues#kotlin-compile-error

There is a typo in the code sample:

buildscript {
  ext.kotlin_version = '1.6.21'
  ...

  dependancies {
    ...
    classpath('org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version')
  }
}

dependancies => dependencies