Skip to content

Commit

Permalink
(android) Migrate to compose compiler gradle plugin
Browse files Browse the repository at this point in the history
Also removed Tor helper method.
  • Loading branch information
dpad85 committed Nov 18, 2024
1 parent 4a1b2f8 commit d17a751
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ object Versions {
const val prefs = "1.2.0"
const val datastore = "1.0.0"
const val compose = "1.6.8"
const val composeCompiler = "1.5.8"
const val navCompose = "2.6.0"
const val accompanist = "0.30.1"
const val composeConstraintLayout = "1.1.0-alpha09"
Expand Down
5 changes: 1 addition & 4 deletions phoenix-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
kotlin("android")
id("com.google.gms.google-services")
id("kotlinx-serialization")
id("org.jetbrains.kotlin.plugin.compose") version Versions.kotlin
}

fun gitCommitHash(): String {
Expand Down Expand Up @@ -71,10 +72,6 @@ android {
dataBinding = true
}

composeOptions {
kotlinCompilerExtensionVersion = Versions.Android.composeCompiler
}

packagingOptions {
resources.merges.add("reference.conf")
}
Expand Down

This file was deleted.

0 comments on commit d17a751

Please sign in to comment.