I have been working an extension for two days.Earlier I was able to compile it.
But after using some imports and functions related to ‘files’ I am not able to compile it.
Here is error log: FileTools_log.txt (96.2 KB)
It is too long that I can not paste it here(Almost 100.000 characters).
Imports I started with:
import java.net.URL;
import java.net.URLConnection;
Imports I am using currently:
import java.io.IOException;
import java.net.URL;
import java.net.URLConnection;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.io.File;
import java.util.List;
import java.util.Arrays;
I have tested all classes/functions/methods in IntellijIDEA so it seems to be a bug with Kodular IDE
I am not able to compile it with AppyBuilder Code Editor also.
Thank you.