hmole
09/25/2018, 6:40 PMkotlin-multipplatform
module?Liliia
09/25/2018, 8:04 PMhmole
09/26/2018, 8:07 AMExternal Libraries
of my IDE, but autocomplete and imports are not working.Liliia
09/26/2018, 10:18 AMhmole
09/26/2018, 11:53 AMhmole
09/26/2018, 12:09 PMcompileKotlinMetadata
, Unresolver reference
for the library I'm importing.Liliia
09/26/2018, 12:57 PMhmole
09/26/2018, 1:23 PMLiliia
09/26/2018, 8:34 PMJVM
artifact comes, not the common
one — that is the key point why the highlighting isn’t working properly for common
module, as well as the build fails. It expects an appropriate platform-agnostic artifact, not the platform-specific. At the same time, I searched through GitHub repositories and failed to find a usage of the library with multiplatfrom projects to reference the proper artifact dependency format for a common module 😞hmole
09/27/2018, 7:08 AM