mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-27 12:27:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [versions]
 | |
| compiler = "1.4.8"
 | |
| compose-bom = "2023.06.00-alpha01"
 | |
| accompanist = "0.31.4-beta"
 | |
| 
 | |
| [libraries]
 | |
| activity = "androidx.activity:activity-compose:1.7.2"
 | |
| bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
 | |
| foundation = { module = "androidx.compose.foundation:foundation" }
 | |
| animation = { module = "androidx.compose.animation:animation" }
 | |
| animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
 | |
| ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
 | |
| ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
 | |
| ui-util = { module = "androidx.compose.ui:ui-util" }
 | |
| 
 | |
| material3-core = { module = "androidx.compose.material3:material3" }
 | |
| material-icons = { module = "androidx.compose.material:material-icons-extended" }
 | |
| 
 | |
| # Some components aren't available in Material3
 | |
| material-core = { module = "androidx.compose.material:material" }
 | |
| 
 | |
| accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
 | |
| accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
 | |
| accompanist-themeadapter = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
 | |
| accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
 |