Skip to content

Instantly share code, notes, and snippets.

@sasssass
Created June 17, 2024 09:13
Show Gist options
  • Save sasssass/be7b17c96a157f9836835f3947709350 to your computer and use it in GitHub Desktop.
Save sasssass/be7b17c96a157f9836835f3947709350 to your computer and use it in GitHub Desktop.
NodeProcessor.kt
typeBuilder.addProperty(
PropertySpec.builder("rawRoute", String::class).initializer("%S", route).addModifiers(
KModifier.PUBLIC).build()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment