mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	chore(deps): update kotlin and compose compiler to v2 (major) (#819)
* chore(deps): update kotlin and compose compiler to v2 * Update .gitignore * Fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
		| @@ -1,11 +1,8 @@ | ||||
| [versions] | ||||
| compiler = "1.5.14" | ||||
| compose-bom = "2024.05.00-alpha02" | ||||
| accompanist = "0.35.0-alpha" | ||||
|  | ||||
| [libraries] | ||||
| compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" } | ||||
|  | ||||
| activity = "androidx.activity:activity-compose:1.9.0" | ||||
| bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" } | ||||
| foundation = { module = "androidx.compose.foundation:foundation" } | ||||
|   | ||||
| @@ -1,11 +1,12 @@ | ||||
| [versions] | ||||
| kotlin_version = "1.9.24" | ||||
| kotlin_version = "2.0.0" | ||||
| serialization_version = "1.6.3" | ||||
| xml_serialization_version = "0.86.3" | ||||
|  | ||||
| [libraries] | ||||
| reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" } | ||||
| gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin_version" } | ||||
| compose-compiler-gradle = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin_version" } | ||||
|  | ||||
| immutables = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.7" } | ||||
|  | ||||
| @@ -28,4 +29,5 @@ serialization = ["serialization-json", "serialization-json-okio", "serialization | ||||
|  | ||||
| [plugins] | ||||
| android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin_version" } | ||||
| compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin_version" } | ||||
| serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin_version" } | ||||
		Reference in New Issue
	
	Block a user