- custom POM location removed (there are now two POMs, one for the 'Kotlin Multiplatform' publication, and another for Kotlin/JVM, and more are on the way, which would lead to a cluttered build dir) - renamed the directories (the directory name is how Kotlin Multiplatform chooses the published artifact ID, and there's no an easier way to change it.) - updated README examples, and link to `-jvm` variant guide
15 lines
905 B
XML
15 lines
905 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<SmellBaseline>
|
|
<ManuallySuppressedIssues/>
|
|
<CurrentIssues>
|
|
<ID>MagicNumber:UrlEncoderUtil.kt$UrlEncoderUtil$0x80</ID>
|
|
<ID>MagicNumber:UrlEncoderUtil.kt$UrlEncoderUtil$0xFF</ID>
|
|
<ID>MagicNumber:UrlEncoderUtil.kt$UrlEncoderUtil$16</ID>
|
|
<ID>MagicNumber:UrlEncoderUtil.kt$UrlEncoderUtil$3</ID>
|
|
<ID>MagicNumber:UrlEncoderUtil.kt$UrlEncoderUtil$4</ID>
|
|
<ID>MaxLineLength:UrlEncoderUtil.kt$UrlEncoderUtil$*</ID>
|
|
<ID>NestedBlockDepth:UrlEncoderUtil.kt$UrlEncoderUtil$@JvmStatic @JvmOverloads fun decode(source: String, plusToSpace: Boolean = false): String</ID>
|
|
<ID>NestedBlockDepth:UrlEncoderUtil.kt$UrlEncoderUtil$@JvmStatic @JvmOverloads fun encode(source: String, allow: String = "", spaceToPlus: Boolean = false): String</ID>
|
|
<ID>WildcardImport:UrlEncoderUtilTest.kt$import kotlin.test.*</ID>
|
|
</CurrentIssues>
|
|
</SmellBaseline>
|