sghpjuikit / player

Audio player and management application.
22 stars 2 forks source link

Gradle #39

Closed xeruf closed 6 years ago

sghpjuikit commented 6 years ago

I have an issue - widget's source files do not appear to be considered project source files in Idea, preventing inspections to show up.

xeruf commented 6 years ago

Fixed widgets with 82e0599 and cleaned it up a bit

sghpjuikit commented 6 years ago

I continue having issues. The settings.gradle can not be executed successfully, complaining that project name can not be set as it is read-only. Adding an extension .kts to the file reveals additional compilation issues.

'A problem occurred evaluating root project 'player'.

Cannot set the value of read-only property 'name' for root project 'player' of type org.gradle.api.Project."

I also can not run/compile widgets.gradle.kts.

I'm beginning to think I'm running against an Intellij Idea bug, because I am getting notifications about exceptions in Kotlin plugin.