Hello i would like to investigate arrow meta/analy...
# arrow-meta
t
Hello i would like to investigate arrow meta/analysis and possible contribute... sadly i have pretty much failed at the first hurdle of building the analysis github branch 🤦‍♂️ i have these build failures. Im familiar with groovy gradle not the kotlin dsl is there a simple set up doc that describes how to "Get Started" 😄
Copy code
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:3:19
Kotlin: Unresolved reference: plugin
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:4:19
Kotlin: Unresolved reference: plugin
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:5:19
Kotlin: Unresolved reference: plugin
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:6:19
Kotlin: Unresolved reference: plugin
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:8:5
Kotlin: Unresolved reference: ConfigSyntax
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:8:41
Kotlin: Cannot access built-in declaration 'kotlin.collections.List'. Ensure that you have a dependency on the Kotlin standard library
/Users/towerv2/IdeaProjects/arrow-analysis-main/analysis/kotlin-plugin/src/test/kotlin/arrow/meta/plugins/Utils.kt:8:46
Kotlin: Unresolved reference: Config
Copy code
Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.6.21', apply: false] was not found in any of the following sources:

* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.6.21', apply: false] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.6.21')
  Searched in the following repositories:
    Gradle Central Plugin Repository
a
Mmmm… it's really weird that it cannot resolve the Kotlin plug-in
My suggestion would be trying to build another Kotlin project using that version, and see whether that can be resolved
j
Maybe an outage of jcenter?