Skip to content

Commit

Permalink
Merge pull request #41 from fleeksoft/develop
Browse files Browse the repository at this point in the history
move datetime dep to test
  • Loading branch information
itboy87 authored Aug 6, 2024
2 parents 090af69 + 5c74041 commit 0893573
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions ksoup-test/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test-dependencies:
- $libs.korlibs.io
- $libs.codepoints
- $libs.kotlinx.coroutines.test
- $libs.kotlinx.datetime

settings:
kotlin:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fleeksoft.ksoup.ported
package com.fleeksoft.ksoup

import kotlinx.datetime.Clock
import kotlin.time.Duration.Companion.seconds
Expand Down
2 changes: 1 addition & 1 deletion ksoup-test/test/com/fleeksoft/ksoup/nodes/ElementIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.fleeksoft.ksoup.BuildConfig
import com.fleeksoft.ksoup.Ksoup.parse
import com.fleeksoft.ksoup.Platform
import com.fleeksoft.ksoup.isJS
import com.fleeksoft.ksoup.ported.System
import com.fleeksoft.ksoup.System
import kotlin.test.*
import kotlin.test.Test

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.fleeksoft.ksoup.parser
import com.fleeksoft.ksoup.*
import com.fleeksoft.ksoup.internal.StringUtil
import com.fleeksoft.ksoup.nodes.*
import com.fleeksoft.ksoup.ported.System
import com.fleeksoft.ksoup.System
import com.fleeksoft.ksoup.safety.Safelist
import korlibs.io.lang.IOException
import korlibs.io.stream.openSync
Expand Down
2 changes: 1 addition & 1 deletion ksoup-test/test/com/fleeksoft/ksoup/parser/ParserIT.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.fleeksoft.ksoup.parser
import com.fleeksoft.ksoup.BuildConfig
import com.fleeksoft.ksoup.Platform
import com.fleeksoft.ksoup.isJS
import com.fleeksoft.ksoup.ported.System
import com.fleeksoft.ksoup.System
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
Expand Down
1 change: 0 additions & 1 deletion ksoup/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ repositories:
- mavenLocal

dependencies:
- $libs.kotlinx.datetime
- $libs.codepoints
- $libs.korlibs.io: exported

0 comments on commit 0893573

Please sign in to comment.