Oliver.O
08/06/2021, 12:34 PMProject `...` has `compose` and `kotlinx.serialization` plugins applied!
>>> Consider using these plugins in separate modules to avoid compilation errors
In a multiplatform build, it seems there is no way to apply a plugin to a selected module only. Am I correct to assume that a single multiplatform build script cannot be configured to create modules that way?Alexander Kurasov[JB]
08/06/2021, 1:46 PMOliver.O
08/06/2021, 2:12 PMjim
08/06/2021, 2:27 PMOleksandr Karpovich [JB]
08/06/2021, 2:37 PMdata
uses serialization, and the main module depends on module data
Oliver.O
08/06/2021, 3:37 PM