Can we actually fail the compilation process if a ...
# compose
k
Can we actually fail the compilation process if a compose function is called in a none compose function? something like:
Copy code
fun a() {
  val a = +state{}
}
👍🏼 2