I just upgraded from 5.4.1 to 5.5.0 today. But when I build my android project I get these lines of warning in compile output:
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils
Warning: QML import could not be resolved in any of the import paths: HelperWidgets
What is this? My project compiles without any warnings in the previous version.