mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Fix handling of typealiases in non-classname envs + wildcard fix… (#987)
* Correctly render non-classname wildcard types Resolves #984 Resolves #985 * Add thorough typealias test * Expand unwrapTypeAlias to parameterized and wildcard types Resolves #983 * Disable Werror for now
This commit is contained in:
@@ -115,7 +115,11 @@
|
||||
</executions>
|
||||
<configuration>
|
||||
<args>
|
||||
<arg>-Werror</arg>
|
||||
<!--
|
||||
Disabled for now because we generate redundant `out` variance for some generics,
|
||||
but there's no way for us to know when it's redundant.
|
||||
-->
|
||||
<!-- <arg>-Werror</arg>-->
|
||||
<arg>-Xuse-experimental=kotlin.ExperimentalStdlibApi</arg>
|
||||
<arg>-XXLanguage:+InlineClasses</arg>
|
||||
</args>
|
||||
|
||||
Reference in New Issue
Block a user