xxfast
actual
val nativeMain by getting { dependencies { .. } } // Tests won't compile without this val nativeTest by getting { dependsOn(nativeMain) }
Compilation failed: IrPropertyPublicSymbolImpl for io.github.xxfast.utils/FILE_SYSTEM|225970167697663469[0] is already bound: PROPERTY name:FILE_SYSTEM visibility:public modality:FINAL [val]
Sebastian Sellmair [JB]
A modern programming language that makes developers happier.