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
* Move opt-in configurations from AbstractKotlinCompile compiler flags
because AbstractKotlinCompile is a base type only for JVM & JS compilations, so this way of configuration is incorrect.
Furthermore, we should not opt-in for every module in the project.
Corresponding opt-ins were moved to projects' build scripts where appropriate.
* Mark-up documentation with @ExperimentalSerializationApi where needed
becuase :guide project does not have global opt-in into it.
* Add @ExperimentalSerializationApi to @KeepGeneratedSerializer
because this is a new feature.
0 commit comments