- /home/runner/work/kmp-template/kmp-template/apps/app/src/main/kotlin/io/kmptemplate/app/App.kt:3:1Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
1 package io.kmptemplate.app
2
3 import io.kmptemplate.utilities.StringUtils
4
5 import org.apache.commons.text.WordUtils
6
- /home/runner/work/kmp-template/kmp-template/apps/app/src/test/kotlin/io/kmptemplate/app/MessageUtilsTest.kt:6:1Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
3 */
4 package io.kmptemplate.app
5
6 import org.junit.jupiter.api.Test
7
8 import org.junit.jupiter.api.Assertions.assertEquals
9
- /home/runner/work/kmp-template/kmp-template/shared/list/src/test/kotlin/io/kmptemplate/list/LinkedListTest.kt:6:1Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end
3 */
4 package io.kmptemplate.list
5
6 import assertk.assertThat
7 import assertk.assertions.isEqualTo
8 import assertk.assertions.isTrue
9 import assertk.assertions.isFalse