File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ workflow(
6666 find -name *.main.kts -print0 | while read -d ${' $' } '\0' file
6767 do
6868 echo "Compiling ${' $' } file..."
69- kotlinc -Werror - Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "${' $' } file"
69+ kotlinc -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "${' $' } file"
7070 done
7171 """ .trimIndent()
7272 )
Original file line number Diff line number Diff line change 3737 find -name *.main.kts -print0 | while read -d $'\0' file
3838 do
3939 echo "Compiling $file..."
40- kotlinc -Werror - Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "$file"
40+ kotlinc -Xallow-any-scripts-in-source-roots -Xuse-fir-lt=false "$file"
4141 done
4242 validate_typings :
4343 name : ' Validate typings'
You can’t perform that action at this time.
0 commit comments