File tree Expand file tree Collapse file tree
module-ped-mongodb/src/commonMain/kotlin/expr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kotlin = "2.2.0"
33kotlinx-serialization = " 1.8.1"
44
55mongodb = " 5.5.1"
6- mongokt = " 0.2.0-beta.12 "
6+ mongokt = " 0.2.0-beta.20 "
77
88[libraries ]
99kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinx-serialization" }
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ infix fun BsonFieldCodec<*>.by(expr: Expr<*>) =
1919/* ============= ------------------ ============= */
2020
2121@BsonMarker4
22- fun < T : _Element > `$` (path : BsonFieldCodec <* >) = Expr <T >(" $${path.name} " .bson)
22+ fun `$` (path : BsonFieldCodec <* >) = Expr <_Element >(" $${path.name} " .bson)
2323
2424@BsonMarker4
25- fun < T : _Element > `$$` (path : BsonFieldCodec <* >) = Expr <T >(" $$${path.name} " .bson)
25+ fun `$$` (path : BsonFieldCodec <* >) = Expr <_Element >(" $$${path.name} " .bson)
2626
2727/* ============= ------------------ ============= */
You can’t perform that action at this time.
0 commit comments