Skip to content

Commit ed81c7b

Browse files
committed
Fixes 3
1 parent 688cc1b commit ed81c7b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

darwin-integration/nativeMain/src/Converters.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
55

6-
package kotlinx.datetime.darwin.converters
6+
package kotlinx.datetime
77
import kotlinx.cinterop.*
8-
import kotlinx.datetime.*
98
import platform.Foundation.*
109

1110
/**

darwin-integration/nativeTest/src/ConvertersTest.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright 2019-2020 JetBrains s.r.o.
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
5-
package kotlinx.datetime.darwin.converters
5+
package kotlinx.datetime
66
import kotlinx.cinterop.*
7-
import kotlinx.datetime.*
87
import platform.Foundation.*
98
import kotlin.math.*
109
import kotlin.random.*

0 commit comments

Comments
 (0)