<@U010Q6P7AQ5> hey man, can you get me how to impo...
# doodle
t
@Nick hey man, can you get me how to import doodle to my kotlin app already?
n
Hey @Tiep yeu Linh, you can add dependencies to doodle’s key modules in your cradle build file. There are examples of this in the docs and tutorials, for example. You’ll need the
core
and
browser
libraries at a minimum, but can include others like
controls
for built-in components (i.e. buttons, sliders, etc.). The docs and tutorials also show how to get started with an app. Let me know if this answers your question.
Also, can you tell me a bit more about the app you’d like to use doodle for?
t
hi Thanks @Nick reply, i try to import doodle to food ordering delivery app write on kotlin. my problem my app use the old build.gradle it so hard to import since doodle have only build.gradle.kts so need help, can you look after for me?
n
happy to help. the docs actually show the how to import using the old build.gradle as well. there’s a tab for that on the installation page. it’s grayed out since the kts approach is the default. also, is this a web app? and do you want to use doodle for all of it or some views within it?
message has been deleted
t
great, let me try out, can you guide me on to build doodle into my project app