christiangruber
08/23/2019, 5:58 PM-Xfriend-paths
and does all of that. The only variable is swapping in a later kotlinc. I can't find anything in the change-logs to indicate a change in internal/module enforcement in that timeline. Anyone know of changes that might affect internal enforcement and the behavior of -Xfriend-paths
?StevieB
08/23/2019, 8:16 PMchristiangruber
08/23/2019, 8:41 PMStevieB
08/23/2019, 9:40 PMartem_zin
08/29/2019, 8:32 PMCheck friend jars paths for exact match
https://github.com/JetBrains/kotlin/commit/db6a7779b841995a68a7dff25bf382acbd7ef2fb
First public release with it is exactly v1.3.40
, 1.3.31
didn’t have itchristiangruber
08/29/2019, 8:34 PMartem_zin
08/29/2019, 8:35 PMchristiangruber
08/29/2019, 8:37 PMchristiangruber
09/21/2019, 9:23 AMchristiangruber
10/09/2019, 1:31 AMchristiangruber
10/09/2019, 1:32 AMchristiangruber
10/09/2019, 1:33 AMchristiangruber
10/09/2019, 1:33 AMchristiangruber
10/09/2019, 1:34 AMArraysKt.filterNot(arguments.getFriendModules().split(File.pathSeparator), String::isEmpty)
That looks right, I thought to myself. So what's wrong?christiangruber
10/09/2019, 1:34 AMchristiangruber
10/09/2019, 1:34 AMchristiangruber
10/09/2019, 1:34 AMchristiangruber
10/09/2019, 1:35 AMenvironment.configuration.getList(JVMConfigurationKeys.FRIEND_PATHS)
- a whole different infrastructure.christiangruber
10/09/2019, 1:36 AMchristiangruber
10/09/2019, 1:36 AMchristiangruber
10/09/2019, 1:37 AMartem_zin
10/09/2019, 8:05 PMchristiangruber
10/29/2019, 6:54 PM