Skip to content

Commit

Permalink
Fix build error (#4380)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhham authored Oct 8, 2024
1 parent 9f663af commit 2b67b7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
*/

package io.ktor.tests.resources

import io.ktor.resources.*
import io.ktor.server.resources.*
import io.ktor.server.response.*
import io.ktor.server.routing.*
import kotlinx.serialization.*
import kotlinx.serialization.descriptors.*
import kotlinx.serialization.encoding.*
Expand Down

0 comments on commit 2b67b7b

Please sign in to comment.