Upgrade AGP, and some other plugins.
This commit is contained in:
@@ -50,7 +50,7 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
|
||||
}
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion = "1.4.0"
|
||||
kotlinCompilerExtensionVersion = "1.4.2" // libs.versions.composecompiler.get()
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
|
||||
package extension
|
||||
|
||||
import gradle.kotlin.dsl.accessors._4b7ad2363fc1fce7c774e054dc9a9300.androidTestImplementation
|
||||
import gradle.kotlin.dsl.accessors._4b7ad2363fc1fce7c774e054dc9a9300.debugImplementation
|
||||
import gradle.kotlin.dsl.accessors._4b7ad2363fc1fce7c774e054dc9a9300.implementation
|
||||
import gradle.kotlin.dsl.accessors._c662f48c4c26c34521d1054f12b949ab.androidTestImplementation
|
||||
import gradle.kotlin.dsl.accessors._c662f48c4c26c34521d1054f12b949ab.debugImplementation
|
||||
import gradle.kotlin.dsl.accessors._c662f48c4c26c34521d1054f12b949ab.implementation
|
||||
import org.gradle.kotlin.dsl.DependencyHandlerScope
|
||||
import org.gradle.kotlin.dsl.project
|
||||
|
||||
@@ -33,6 +33,7 @@ fun DependencyHandlerScope.commonDependencies() {
|
||||
* Dependencies used by all the modules with composable items
|
||||
*/
|
||||
fun DependencyHandlerScope.composeDependencies() {
|
||||
// TODO Find a way to use androidx_compose_bom
|
||||
val composeBom = platform("androidx.compose:compose-bom:2023.01.00")
|
||||
implementation(composeBom)
|
||||
androidTestImplementation(composeBom)
|
||||
|
||||
Reference in New Issue
Block a user