import org.diez.{{case projectName style="camel"}}.*

val designLanguage = {{case rootType style="pascal"}}()
val lottie = designLanguage.{{path}}

val animationView: LottieAnimationView = // Get a reference to a LottieAnimationView.
animationView.load(lottie)
