Ignore warnings during compile?

Various development-related discussions
Post Reply
User avatar
Avanae
Noob
Posts: 5
Joined: Wed Sep 14, 2022 4:01 pm

Ignore warnings during compile?

Post 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?
User avatar
Red Bracket
Retired Staff
Posts: 318
Joined: Thu Aug 11, 2022 7:18 am
Location: Varrock West Bank
Has thanked: 282 times
Been thanked: 74 times
Contact:

Re: Ignore warnings during compile?

Post by Red Bracket »

If it works it works. Congrats on following the steps better than me!
Post Reply