This is my use case: <https://github.com/czyzby/kt...
# getting-started
c
This is my use case: https://github.com/czyzby/ktx/blob/master/style/src/main/kotlin/ktx/style/style.kt I'd like to prohibit users from using the API like this:
Copy code
skin {
  label {
    label { // Should not compile: not a direct child of skin.
    }
  }
}
e
hey, are you the author of kotlin times?
c
Yes. Certainly not the best of my libraries, but yeah - it's mine.
e
I love that readme 😂