Masrur Mirboboev
08/22/2022, 6:51 AMarrow-optics into one of our projects, but stumbled upon an issue. When declaring a typealias in the same file where I have @optics annotation, build of the gradle application fails with Duplicated JVM name error . I was able to overcome the issue by declaring @file:JvmName("JvmNameOfFile") , but quite curious to know if there are any other more elegant ways to fix it and fix the root cause. Any help would be much appreciated 🙏simon.vergauwen
08/22/2022, 8:18 AMMasrur Mirboboev
08/22/2022, 9:38 AM