I’m trying to develop a config page for my module and so far I’ve learned that I need to extrend a “ConfigPanel” class. However I’m having issues importing it. Does anyone know which dependencies I should have on my Build.gradle.kts? This is the import i’m trying to do
import com.inductiveautomation.ignition.gateway.web.models.ConfigPanel;