Open even-even opened 10 months ago
Hello
1) Up gradle to 8.5 2) Up kotlin to 1.9.21 and up other libs 3) change deprecated task clean(type: Delete) to tasks.register('clean', Delete)
task clean(type: Delete)
tasks.register('clean', Delete)
@even-even thanks for the contribution, will merge asap
Hello
1) Up gradle to 8.5 2) Up kotlin to 1.9.21 and up other libs 3) change deprecated
task clean(type: Delete)
totasks.register('clean', Delete)