mvysny / vaadin-on-kotlin

Writing full-stack statically-typed web apps on JVM at its simplest
https://www.vaadinonkotlin.eu/
MIT License
185 stars 17 forks source link

Adding addons? #55

Closed pawaka2020 closed 4 years ago

pawaka2020 commented 4 years ago

Hey there, I was wondering if it is possible to add addons?

I've been trying to add this, but I'm not sure how to go about actually doing this. https://vaadin.com/directory/component/superfields

mvysny commented 4 years ago

Hi, it should be just a matter of adding appropriate line into the build.gradle(.kts) file, for example:

dependencies {
  implementation("org.vaadin.miki:superfields:0.7.3")
}
pawaka2020 commented 4 years ago

Oh it works now, thanks.

mvysny commented 4 years ago

No problem :)