Alexey Polyusov
08/26/2022, 2:50 PMAlexey Polyusov
08/26/2022, 2:51 PMNick
08/26/2022, 2:58 PMimplementation dependency will only be available in the source set you added it to commonMain in this case.Nick
08/26/2022, 3:12 PMcommon source sets. It is jvm only from what I can tell. Adding it to a jvm source set (I tried the one in the CalculatorRunner project) and using the LoggerFactory in jvm code works.Nick
08/26/2022, 3:13 PMAlexey Polyusov
08/26/2022, 3:14 PMAlexey Polyusov
08/26/2022, 3:15 PM