You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Applying kotlin compiler plugins in build.gradle file, like apply plugin: 'kotlinx.serialization', does not work with apply: 'kotlin-platform-native', plugin arguments can't reach compiler and therefore build is broken. This is a regression because 0.9.2 was applying them correctly.
Applying kotlin compiler plugins in build.gradle file, like
apply plugin: 'kotlinx.serialization'
, does not work withapply: 'kotlin-platform-native'
, plugin arguments can't reach compiler and therefore build is broken. This is a regression because 0.9.2 was applying them correctly.Reference issue with attached project sample to reproduce: Kotlin/kotlinx.serialization#231
The text was updated successfully, but these errors were encountered: