Page 1 of 1

Ignore warnings during compile?

Posted: Wed Sep 14, 2022 4:06 pm
by Avanae
So I'm currently trying to run the project and it all goes well until compiling it

It's throwing several warnings during the compile

1. Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
2. Using experimental Kotlin incremental compilation
3.Throwing repeated 'toLowerCase() is deprecated
4.File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
5. Error creating missing package info classes

I have followed the instructions to the letter. Am I missing something?

Re: Ignore warnings during compile?

Posted: Wed Sep 14, 2022 7:50 pm
by Red Bracket
If it works it works. Congrats on following the steps better than me!