Error:
[mkdir] Created dir: /projects/goldv2/appinventor-sources/appinventor/components/build/classes/AndroidRuntime
[javac] Compiling 332 source files to /projects/goldv2/appinventor-sources/appinventor/components/build/classes/AndroidRuntime
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
[javac] /projects/goldv2/appinventor-sources/appinventor/components/src/com/appybuilder/sohamtshah2005/Datepicker/Datepicker.java:149: error: cannot find symbol
[javac] title.Text(String.join(Dates.MonthName(instant)," ", String.valueOf(Dates.Year(instant))));
[javac] ^
[javac] symbol: method Text(String)
[javac] location: variable title of type Component
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 1 warning
Code:
Create(hv2,"Label","title");
title = COMPONENTS.get("title");
title.Text(String.join(Dates.MonthName(instant)," ", String.valueOf(Dates.Year(instant))));
Im using @yusufcihan dynamic components extension code to create a label