Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 43c6e00

Browse files
authored
Merge pull request #44 from lsafer-meemer/main
maintenance
2 parents 00305e6 + be60b95 commit 43c6e00

101 files changed

Lines changed: 578 additions & 690 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ repositories {
2020

2121
dependencies {
2222
// Replace TAG with the desired version
23-
const val moonkit_version = "TAG"
24-
implementation("org.cufy.kped:bson:$moonkit_version")
25-
implementation("org.cufy.moonkit:coroutines:$moonkit_version")
26-
implementation("org.cufy.moonkit:orm:$moonkit_version")
23+
implementation("org.cufy.serialization:cufyorg-bson:TAG")
24+
implementation("org.cufy.moonkit:cufyorg-mongodb:TAG")
25+
implementation("org.cufy.moonkit:cufyorg-moonkit-orm:TAG")
2726
}
2827
```
2928

coroutines/src/jvmMain/kotlin/gridfs/internal/MongoDownloadImpl.kt

Lines changed: 0 additions & 95 deletions
This file was deleted.

coroutines/src/jvmMain/kotlin/gridfs/internal/MongoUploadImpl.kt

Lines changed: 0 additions & 82 deletions
This file was deleted.
File renamed without changes.

coroutines/src/commonMain/kotlin/ClientSession.kt renamed to cufyorg-mongodb/src/commonMain/kotlin/ClientSession.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
17+
1618
package org.cufy.mongodb
1719

1820
/* ============= ------------------ ============= */
@@ -24,6 +26,6 @@ package org.cufy.mongodb
2426
* @author LSafer
2527
* @since 2.0.0
2628
*/
27-
expect interface ClientSession
29+
expect class ClientSession
2830

2931
/* ============= ------------------ ============= */

coroutines/src/commonMain/kotlin/Constants.kt renamed to cufyorg-mongodb/src/commonMain/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
@file:Suppress("ObjectPropertyName")
16+
@file:Suppress("ObjectPropertyName", "FunctionName")
1717

1818
package org.cufy.mongodb
1919

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)