Skip to content

Instantly share code, notes, and snippets.

@Nullable-TB
Nullable-TB / Components.kt
Created September 2, 2022 23:42
Jetpack Compose GUI example
package nullable.pest_control.gui
import androidx.compose.animation.*
import androidx.compose.animation.core.LinearOutSlowInEasing
import androidx.compose.animation.core.tween
import androidx.compose.foundation.*
import androidx.compose.foundation.layout.*
import androidx.compose.material.Card
import androidx.compose.material.RadioButton
import androidx.compose.material.Surface
import com.google.gson.Gson
import com.google.gson.JsonArray
import com.google.gson.JsonElement
import io.ktor.application.install
import io.ktor.features.CallLogging
import io.ktor.features.ContentNegotiation
import io.ktor.features.DefaultHeaders
import io.ktor.gson.gson
import io.ktor.http.cio.websocket.Frame
import io.ktor.http.cio.websocket.readText