zyrouge / symphony

🎵 Lightweight, elegant music player for Android 9+.
https://zyrouge.github.io/symphony/
GNU Affero General Public License v3.0
1.2k stars 78 forks source link

[Bug] Bug when building #605

Closed AykhanUV closed 1 week ago

AykhanUV commented 1 week ago

Description

I used gradlew assembleRelease and got this error:

Steps to Reproduce

I opened directory of source in console and did gradlew assembleRelease

Expected Behavior

Screenshots

Device

Additional Context

Checklist

zyrouge commented 1 week ago

Kindly attach the complete logs. Also, you need certificate to build the app in release mode. Refer this.

AykhanUV commented 1 week ago

Where can i find logs? I looked theres no /app/build/reports/ folder

zyrouge commented 1 week ago

Where can i find logs? I looked theres no /app/build/reports/ folder

Logs are also displayed in the terminal.

AykhanUV commented 1 week ago

I will send the logs in a bit

AykhanUV commented 1 week ago

C:\Users\Ayxan\Desktop\symphony-2024.3.110>gradlew assembleRelease Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details Warning: SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.

Task :app:compileReleaseKotlin e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/Symphony.kt:83:27 Unresolved reference: NewVersionAvailableX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/groove/Song.kt:54:39 Unresolved reference: XBit e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/groove/Song.kt:57:39 Unresolved reference: XKbps e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/groove/Song.kt:60:39 Unresolved reference: XKHz e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/i18n/Translation.kt:5:39 Unresolved reference: _Translation e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/i18n/Translations.kt:6:54 Unresolved reference: _Translations e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/i18n/Translations.kt:9:36 Unresolved reference: localeCodes e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/i18n/Translator.kt:25:22 Unresolved reference: localeDisplayNames e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/i18n/Translator.kt:28:22 Unresolved reference: localeNativeNames e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/radio/RadioNotification.kt:45:32 Unresolved reference: Previous e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/radio/RadioNotification.kt:53:36 Unresolved reference: Play e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/radio/RadioNotification.kt:59:36 Unresolved reference: Pause e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/radio/RadioNotification.kt:67:32 Unresolved reference: Next e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/services/radio/RadioNotification.kt:74:32 Unresolved reference: Stop e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AddToPlaylistDialog.kt:50:37 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AddToPlaylistDialog.kt:54:77 Unresolved reference: NoInAppPlaylistsFound e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AddToPlaylistDialog.kt:105:41 Unresolved reference: NewPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistGrid.kt:48:44 Unresolved reference: XArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistGrid.kt:65:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistGrid.kt:86:52 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistGrid.kt:87:57 Unresolved reference: Artist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistGrid.kt:88:58 Unresolved reference: AlbumCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistGrid.kt:89:58 Unresolved reference: TrackCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistTile.kt:70:41 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistTile.kt:85:41 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistTile.kt:100:41 Unresolved reference: AddToQueue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumArtistTile.kt:112:41 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt:46:45 Unresolved reference: XAlbums e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt:60:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt:80:46 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt:81:50 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val Icons.Filled.Album: ImageVector defined in androidx.compose.material.icons.filled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt:82:51 Unresolved reference: Artist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt:83:52 Unresolved reference: TrackCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumTile.kt:80:41 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumTile.kt:95:41 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumTile.kt:110:41 Unresolved reference: AddToQueue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumTile.kt:122:41 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumTile.kt:135:48 Unresolved reference: ViewArtist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistGrid.kt:47:45 Unresolved reference: XArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistGrid.kt:61:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistGrid.kt:81:47 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistGrid.kt:82:52 Unresolved reference: Artist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistGrid.kt:83:53 Unresolved reference: AlbumCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistGrid.kt:84:53 Unresolved reference: TrackCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistTile.kt:70:41 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistTile.kt:85:41 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistTile.kt:100:41 Unresolved reference: AddToQueue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ArtistTile.kt:112:41 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ConfirmationDialog.kt:35:41 Unresolved reference: No e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/ConfirmationDialog.kt:38:41 Unresolved reference: Yes e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenericSongListDropdown.kt:35:41 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenericSongListDropdown.kt:47:41 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenericSongListDropdown.kt:62:41 Unresolved reference: AddToQueue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenericSongListDropdown.kt:74:41 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenreGrid.kt:96:48 Unresolved reference: XGenres e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenreGrid.kt:114:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenreGrid.kt:172:64 Unresolved reference: XSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenreGrid.kt:188:46 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenreGrid.kt:189:45 Unresolved reference: Genre e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/GenreGrid.kt:190:52 Unresolved reference: TrackCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/InformationDialog.kt:26:37 Unresolved reference: Details e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/IntroductoryDialog.kt:44:55 Unresolved reference: HelloThere e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/IntroductoryDialog.kt:49:40 Unresolved reference: IntroductoryMessage e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/IntroductoryDialog.kt:54:57 Unresolved reference: CheckForUpdates e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/IntroductoryDialog.kt:62:57 Unresolved reference: ShowUpdateToast e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/LoaderScaffold.kt:81:44 Unresolved reference: Loading e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/LyricsText.kt:118:17 None of the following functions can be called with the arguments supplied: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/LyricsText.kt:119:68 Unresolved reference: Loading e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/LyricsText.kt:120:45 Unresolved reference: NoLyrics e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/NewPlaylistDialog.kt:48:37 Unresolved reference: NewPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/NewPlaylistDialog.kt:78:41 Unresolved reference: AddSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/NewPlaylistDialog.kt:91:41 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistGrid.kt:52:48 Unresolved reference: XPlaylists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistGrid.kt:71:49 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistGrid.kt:92:49 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistGrid.kt:93:48 Unresolved reference: Title e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistGrid.kt:94:55 Unresolved reference: TrackCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistInformationDialog.kt:16:52 Unresolved reference: Title e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistInformationDialog.kt:19:52 Unresolved reference: TrackCount e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistInformationDialog.kt:22:52 Unresolved reference: PlaylistStoreLocation e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistInformationDialog.kt:26:66 Unresolved reference: LocalStorage e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistInformationDialog.kt:27:52 Unresolved reference: AppBuiltIn e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistInformationDialog.kt:32:56 Unresolved reference: Path e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistManageSongsDialog.kt:60:37 Unresolved reference: ManageSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistManageSongsDialog.kt:107:49 Unresolved reference: SearchYourMusic e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistManageSongsDialog.kt:116:62 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:153:40 Unresolved reference: ExportedX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:160:40 Unresolved reference: ExportFailedX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:184:41 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:199:41 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:214:41 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:227:45 Unresolved reference: ManageSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:240:41 Unresolved reference: Details e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:253:45 Unresolved reference: Export e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:263:48 Unresolved reference: ExportFailedX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:276:45 Unresolved reference: Rename e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:294:45 Unresolved reference: Delete e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:332:41 Unresolved reference: DeletePlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/PlaylistTile.kt:335:41 Unresolved reference: AreYouSureThatYouWantToDeleteThisPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/RenamePlaylistDialog.kt:40:37 Unresolved reference: RenamePlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/RenamePlaylistDialog.kt:66:41 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/RenamePlaylistDialog.kt:78:41 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:213:17 None of the following functions can be called with the arguments supplied: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:214:56 Unresolved reference: Unfavorite e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:215:45 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val Icons.Filled.Favorite: ImageVector defined in androidx.compose.material.icons.filled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:233:41 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:248:41 Unresolved reference: AddToQueue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:260:41 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:273:48 Unresolved reference: ViewArtist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:287:48 Unresolved reference: ViewAlbumArtist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:301:45 Unresolved reference: ViewAlbum e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:314:41 Unresolved reference: ShareSong e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:329:44 Unresolved reference: ShareFailedX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongCard.kt:340:41 Unresolved reference: Details e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongExplorerList.kt:168:48 Unresolved reference: XFoldersYFiles e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongExplorerList.kt:193:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongExplorerList.kt:237:64 Unresolved reference: XItems e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:26:52 Unresolved reference: TrackName e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:30:56 Unresolved reference: Artist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:38:56 Unresolved reference: AlbumArtist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:46:56 Unresolved reference: Composer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:55:56 Unresolved reference: Album e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:63:56 Unresolved reference: Genre e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:71:56 Unresolved reference: Year e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:81:60 Unresolved reference: DiscNumber e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:85:56 Unresolved reference: TrackNumber e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:89:52 Unresolved reference: Duration e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:93:56 Unresolved reference: Codec e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:98:56 Unresolved reference: Bitrate e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:99:71 Unresolved reference: XKbps e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:103:56 Unresolved reference: BitDepth e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:104:71 Unresolved reference: XBit e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:108:56 Unresolved reference: SamplingRate e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:109:71 Unresolved reference: XKHz e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:112:52 Unresolved reference: Filename e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:115:52 Unresolved reference: Path e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:118:52 Unresolved reference: Size e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:121:52 Unresolved reference: DateAdded e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongInformationDialog.kt:127:52 Unresolved reference: LastModified e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:67:45 Unresolved reference: XSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:84:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:129:45 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:130:44 Unresolved reference: Title e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:131:45 Unresolved reference: Artist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:132:44 Unresolved reference: Album e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:133:47 Unresolved reference: Duration e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:134:49 Unresolved reference: DateAdded e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:135:52 Unresolved reference: LastModified e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:136:47 Unresolved reference: Composer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:137:51 Unresolved reference: AlbumArtist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:138:43 Unresolved reference: Year e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:139:47 Unresolved reference: Filename e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongList.kt:140:51 Unresolved reference: TrackNumber e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:135:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:397:21 Overload resolution ambiguity: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:409:21 Overload resolution ambiguity: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:421:48 Unresolved reference: Folders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:429:42 Overload resolution ambiguity: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:441:48 Unresolved reference: Songs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:449:42 Overload resolution ambiguity: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:463:32 Unresolved reference: XSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:511:45 Unresolved reference: Custom e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/components/SongTreeList.kt:512:43 Unresolved reference: Name e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/theme/Theme.kt:80:50 Unresolved reference: LocaleDirection e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Album.kt:68:48 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val Icons.Filled.Album: ImageVector defined in androidx.compose.material.icons.filled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Album.kt:99:29 Overload resolution ambiguity: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Album.kt:99:85 Unresolved reference: UnknownSymbol e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Album.kt:150:37 Unresolved reference: UnknownAlbumX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/AlbumArtist.kt:72:48 Unresolved reference: AlbumArtist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/AlbumArtist.kt:149:37 Unresolved reference: UnknownArtistX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Artist.kt:72:48 Unresolved reference: Artist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Artist.kt:148:37 Unresolved reference: UnknownArtistX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Genre.kt:61:49 Unresolved reference: Genre e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Genre.kt:118:37 Unresolved reference: UnknownGenreX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:105:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:105:33 Unresolved reference: ForYou e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:111:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:111:33 Unresolved reference: Songs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:117:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:117:33 Unresolved reference: Artists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:123:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:123:33 Unresolved reference: Albums e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:129:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:129:33 Unresolved reference: AlbumArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:135:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:135:33 Unresolved reference: Genres e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:141:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:141:33 Unresolved reference: Playlists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:146:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:146:33 Unresolved reference: Browser e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:151:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:151:33 Unresolved reference: Folders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:156:17 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:156:33 Unresolved reference: Tree e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:221:64 Unresolved reference: Rescan e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:225:65 Unresolved reference: Rescan e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:239:64 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val Icons.Filled.Settings: ImageVector defined in androidx.compose.material.icons.filled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Home.kt:243:65 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val Icons.Filled.Settings: ImageVector defined in androidx.compose.material.icons.filled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Lyrics.kt:66:52 Unresolved reference: Lyrics e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Playlist.kt:84:48 Unresolved reference: Playlist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Playlist.kt:145:65 Unresolved reference: RemoveFromPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Playlist.kt:184:37 Unresolved reference: UnknownPlaylistX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Queue.kt:73:49 Unresolved reference: Queue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:202:49 Unresolved reference: SearchYourMusic e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:232:53 Unresolved reference: All e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:243:33 Overload resolution ambiguity: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:309:69 Unresolved reference: FilteringResults e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:326:69 Unresolved reference: NoResultsFound e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:475:84 Unresolved reference: XSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:519:44 Unresolved reference: Songs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:520:45 Unresolved reference: Albums e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:521:46 Unresolved reference: Artists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:522:52 Unresolved reference: AlbumArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:523:45 Unresolved reference: Genres e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Search.kt:524:48 Unresolved reference: Playlists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:161:49 Unresolved reference: Settings e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:216:52 Unresolved reference: ConsiderContributing e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:236:60 Unresolved reference: Appearance e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:242:53 Unresolved reference: Language_ e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:245:34 Type mismatch: inferred type is Unit but Map<TypeVariable(T), String> was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:249:61 Unresolved reference: System e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:250:74 Unresolved reference: localeNativeNames e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:252:36 Type mismatch: inferred type is Unit but Map<TypeVariable(T), String>? was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:257:74 Unresolved reference: localeDisplayNames e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:268:53 Unresolved reference: Font e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:282:53 Unresolved reference: FontScale e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:302:53 Unresolved reference: ContentScale e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:321:53 Unresolved reference: Theme e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:325:68 Unresolved reference: SystemLightDark e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:326:74 Unresolved reference: SystemLightBlack e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:327:67 Unresolved reference: Light e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:328:66 Unresolved reference: Dark e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:329:67 Unresolved reference: Black e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:340:53 Unresolved reference: MaterialYou e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:352:53 Unresolved reference: PrimaryColor e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:362:60 Unresolved reference: Interface e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:369:53 Unresolved reference: HomeTabs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:372:53 Unresolved reference: SelectAtleast2orAtmost5Tabs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:387:53 Unresolved reference: ForYou e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:400:53 Unresolved reference: BottomBarLabelVisibility e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:410:60 Unresolved reference: Player e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:416:53 Unresolved reference: FadePlaybackInOut e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:429:53 Unresolved reference: FadePlaybackInOut e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:432:53 Unresolved reference: XSecs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:453:53 Unresolved reference: RequireAudioFocus e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:465:53 Unresolved reference: IgnoreAudioFocusLoss e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:477:53 Unresolved reference: PlayOnHeadphonesConnect e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:489:53 Unresolved reference: PauseOnHeadphonesDisconnect e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:503:53 Unresolved reference: FastRewindDuration e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:506:53 Unresolved reference: XSecs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:528:53 Unresolved reference: FastForwardDuration e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:531:53 Unresolved reference: XSecs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:548:60 Unresolved reference: MiniPlayer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:554:53 Unresolved reference: ShowTrackControls e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:566:53 Unresolved reference: ShowSeekControls e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:578:53 Unresolved reference: MiniPlayerTextMarquee e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:586:60 Unresolved reference: NowPlaying e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:592:53 Unresolved reference: ControlsLayout e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:606:53 Unresolved reference: LyricsLayout e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:620:53 Unresolved reference: ShowAudioInformation e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:632:53 Unresolved reference: ShowSeekControls e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:640:60 Unresolved reference: Groove e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:648:53 Unresolved reference: SongsFilterPattern e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:670:53 Unresolved reference: BlacklistFolders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:685:53 Unresolved reference: WhitelistFolders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:700:53 Unresolved reference: ArtistTagValueSeparators e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:714:53 Unresolved reference: GenreTagValueSeparators e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:727:53 Unresolved reference: ClearSongCache e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:734:56 Unresolved reference: SongCacheCleared e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:741:60 Unresolved reference: Updates e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:747:53 Unresolved reference: CheckForUpdates e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:759:53 Unresolved reference: ShowUpdateToast e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:767:60 Unresolved reference: Help e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:774:53 Unresolved reference: ReportAnIssue e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:784:53 Unresolved reference: Discord e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:794:53 Unresolved reference: Reddit e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:799:60 Unresolved reference: About e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:812:57 Unresolved reference: NewVersionAvailableX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:837:53 Unresolved reference: MadeByX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:847:53 Unresolved reference: Github e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:859:79 Unresolved reference: AlwaysVisible e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:860:84 Unresolved reference: VisibleWhenActive e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:861:74 Unresolved reference: Invisible e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:867:64 Unresolved reference: Default e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:868:68 Unresolved reference: Traditional e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:874:69 Unresolved reference: ReplaceArtwork e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/Settings.kt:875:67 Unresolved reference: SeparatePage e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Folders.kt:178:45 Unresolved reference: XFolders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Folders.kt:192:57 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Folders.kt:234:49 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Folders.kt:249:49 Unresolved reference: PlayNext e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Folders.kt:264:49 Unresolved reference: AddToPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:61:20 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:61:36 Unresolved reference: SuggestedAlbums e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:62:21 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:62:37 Unresolved reference: SuggestedArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:63:26 Type mismatch: inferred type is Unit but String was expected e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:63:42 Unresolved reference: SuggestedAlbumArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:128:57 Unresolved reference: PlayAll e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:141:57 Unresolved reference: ShufflePlay e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:155:45 Unresolved reference: RecentlyAddedSongs e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:277:56 Unresolved reference: SuggestedArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:284:56 Unresolved reference: SuggestedAlbumArtists e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:302:49 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:364:32 Unresolved reference: DamnThisIsSoEmpty e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/ForYou.kt:436:33 Unresolved reference: SuggestedAlbums e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Playlists.kt:92:48 Unresolved reference: InvalidM3UFile e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Playlists.kt:141:41 Unresolved reference: NewPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Playlists.kt:155:41 Unresolved reference: ImportPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Playlists.kt:172:37 Unresolved reference: ImportPlaylist e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/home/Playlists.kt:177:58 Unresolved reference: NoLocalPlaylistsFound e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/AppBar.kt:29:41 Unresolved reference: NowPlaying e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/AppBar.kt:64:37 Unresolved reference: NowPlaying e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:101:40 Unresolved reference: PlayingXofY e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:245:56 Unresolved reference: LaunchingEqualizerFailedX e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:258:57 Unresolved reference: Equalizer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:280:57 Unresolved reference: PauseOnCurrentSongEnd e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:283:33 None of the following functions can be called with the arguments supplied: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:284:83 Unresolved reference: Enabled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:285:61 Unresolved reference: Disabled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:308:57 Unresolved reference: SleepTimer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:311:33 None of the following functions can be called with the arguments supplied: public fun Text(text: AnnotatedString, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., inlineContent: Map<String, InlineTextContent> = ..., onTextLayout: (TextLayoutResult) -> Unit = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 public fun Text(text: String, modifier: Modifier = ..., color: Color = ..., fontSize: TextUnit = ..., fontStyle: FontStyle? = ..., fontWeight: FontWeight? = ..., fontFamily: FontFamily? = ..., letterSpacing: TextUnit = ..., textDecoration: TextDecoration? = ..., textAlign: TextAlign? = ..., lineHeight: TextUnit = ..., overflow: TextOverflow = ..., softWrap: Boolean = ..., maxLines: Int = ..., minLines: Int = ..., onTextLayout: ((TextLayoutResult) -> Unit)? = ..., style: TextStyle = ...): Unit defined in androidx.compose.material3 e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:312:75 Unresolved reference: Enabled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:313:61 Unresolved reference: Disabled e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:329:57 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public val Icons.Outlined.Speed: ImageVector defined in androidx.compose.material.icons.outlined e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/BottomBar.kt:347:57 Unresolved reference: Pitch e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/NothingPlaying.kt:46:37 Unresolved reference: NothingIsBeingPlayedRightNow e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:74:37 Unresolved reference: SleepTimer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:104:40 Unresolved reference: QuitAppOnEnd e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:115:41 Unresolved reference: Stop e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:153:37 Unresolved reference: SleepTimer e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:198:53 Unresolved reference: Hours e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:216:53 Unresolved reference: Minutes e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:236:45 Unresolved reference: QuitAppOnEnd e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:242:41 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SleepTimerDialog.kt:254:41 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SpeedPitchDialog.kt:44:37 Unresolved reference: Speed e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SpeedPitchDialog.kt:87:45 Unresolved reference: PersistUntilQueueEnd e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SpeedPitchDialog.kt:110:37 Unresolved reference: Pitch e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/nowPlaying/SpeedPitchDialog.kt:153:45 Unresolved reference: PersistUntilQueueEnd e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/FloatInputTile.kt:173:49 Unresolved reference: Reset e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/FloatInputTile.kt:181:45 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/FloatInputTile.kt:190:45 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:73:41 Unresolved reference: XFolders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:130:49 Unresolved reference: AddFolder e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:138:49 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:146:49 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:207:37 Unresolved reference: PickFolder e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:247:58 Unresolved reference: NoFoldersFound e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:282:64 Unresolved reference: XFolders e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:297:41 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiFolderTile.kt:300:41 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiOptionTile.kt:172:45 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiOptionTile.kt:181:45 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:66:41 Unresolved reference: XItems e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:141:49 Unresolved reference: AddItem e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:151:53 Unresolved reference: Reset e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:159:49 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:168:49 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:207:53 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/MultiTextOptionTile.kt:221:53 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/SliderTile.kt:162:49 Unresolved reference: Reset e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/SliderTile.kt:171:45 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/TextInputTile.kt:91:49 Unresolved reference: Reset e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/TextInputTile.kt:99:45 Unresolved reference: Cancel e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/ui/view/settings/TextInputTile.kt:108:45 Unresolved reference: Done e: file:///C:/Users/Ayxan/Desktop/symphony-2024.3.110/app/src/main/java/io/github/zyrouge/symphony/utils/Compose.kt:15:28 Unresolved reference: CopiedXToClipboard

Task :app:compileReleaseKotlin FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 1m 29 actionable tasks: 2 executed, 27 up-to-date

C:\Users\Ayxan\Desktop\symphony-2024.3.110>

zyrouge commented 1 week ago

Please follow the developer guide to setup the project. It seems like i18n files are not generated. Let me know if you have further issues.

AykhanUV commented 1 week ago

hey i'm still getting error when running "gradlew assembleRelease" C:\Users\Ayxan\Desktop\symphony-main>gradlew assembleRelease Downloading https://services.gradle.org/distributions/gradle-8.6-bin.zip ............10%.............20%............30%.............40%.............50%............60%.............70%.............80%............90%.............100%

Welcome to Gradle 8.6!

Here are the highlights of this release:

For more details see https://docs.gradle.org/8.6/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster) Warning: SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.

Task :app:stripReleaseDebugSymbols Unable to strip the following libraries, packaging them as they are: libandroidx.graphics.path.so.

Task :app:generateReleaseLintVitalReportModel Generating lint files for backported methods only (compile API B)

Task :app:packageRelease FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 8m 4s 46 actionable tasks: 46 executed

C:\Users\Ayxan\Desktop\symphony-main>

AykhanUV commented 1 week ago

You said something about certificate, can u explain me how to do that or is there tutorial page?

zyrouge commented 1 week ago

You said something about certificate, can u explain me how to do that or is there tutorial page?

https://developer.android.com/studio/publish/app-signing Alternatively, you can build in debug or profile mode which does not require this.

AykhanUV commented 1 week ago

Ok i read this now and generated a keystore file what do i have to do next?