Skip to content

Commit

Permalink
Update route to compiler plug-ins + update versions (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored May 9, 2022
1 parent acb0db1 commit c0d40f9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 444 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kotlin: ['1.6.0', '1.6.10', '1.6.20']
kotlin: ['1.6.0', '1.6.10', '1.6.21']
jvm_target: ['1.8', '11', '15']

steps:
Expand Down
3 changes: 2 additions & 1 deletion analysis/example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ dependencies {

tasks.compileKotlinJvm {
kotlinOptions {
dependsOn(":arrow-analysis-laws:jar")
freeCompilerArgs = listOf(
"-Xplugin=$rootDir/plugins/analysis/kotlin-plugin/build/libs/arrow-analysis-kotlin-plugin-$version.jar",
"-Xplugin=$rootDir/analysis/kotlin-plugin/build/libs/arrow-analysis-kotlin-plugin-$version.jar",
"-P", "plugin:arrow.meta.plugin.compiler.analysis:generatedSrcOutputDir=$buildDir/generated/meta",
"-P", "plugin:arrow.meta.plugin.compiler.analysis:baseDir=${project.rootProject.rootDir.path}"
)
Expand Down
Loading

0 comments on commit c0d40f9

Please sign in to comment.