when I try setting up Dashboard v3.0.0 with sdk v5.0 FtcDashboard.attachWebServer(service.getWebServer()); throws a compiler error.
attachWebServer(org.firstinspires.ftc.robotcore.internal.webserver.WebServer) in FtcDashboard cannot be applied to (com.qualcomm.robotcore.util.WebServer)
when I try setting up Dashboard v3.0.0 with sdk v5.0 FtcDashboard.attachWebServer(service.getWebServer()); throws a compiler error. attachWebServer(org.firstinspires.ftc.robotcore.internal.webserver.WebServer) in FtcDashboard cannot be applied to (com.qualcomm.robotcore.util.WebServer)