mbonnin
02/02/2023, 11:12 AM*compileKotlinMetadata*
. In my task list, I have this:
compileCommonMainKotlinMetadata - Compiles the kotlin sources in compilation 'commonMain' (target metadata (common)) to Metadata.
compileKotlinMetadata - Compiles the kotlin sources in compilation 'main' (target metadata (common)) to Metadata.
What's the difference between these two? I don't have any 'main' sourceSet that I know aboutkotlin.mpp.enableCompatibilityMetadataVariant=true
John O'Reilly
02/02/2023, 3:19 PMmbonnin
02/02/2023, 3:21 PMenableCompatibilityMetadataVariant
, most multiplatform projects should have HMPP nowSebastian Sellmair [JB]
02/02/2023, 7:02 PMJeff Lockhart
02/03/2023, 12:18 AMenableCompatibilityMetadataVariant
it works with the newer dependency version.