Skip to content

Commit

Permalink
unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
avently committed Jul 4, 2023
1 parent 9258b3a commit 23dccd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/multiplatform/common/build.gradle.kts
Expand Up @@ -31,7 +31,6 @@ kotlin {
}

val commonMain by getting {
kotlin.srcDir("./build/generated/moko/commonMain/src/")
dependencies {
api(compose.runtime)
api(compose.foundation)
Expand Down Expand Up @@ -59,7 +58,6 @@ kotlin {
}
// LALAL CHANGE TO IMPLEMENTATION
val androidMain by getting {
kotlin.srcDir("./build/generated/moko/commonMain/src/")
dependencies {
api("androidx.appcompat:appcompat:1.5.1")
api("androidx.core:core-ktx:1.9.0")
Expand Down

0 comments on commit 23dccd5

Please sign in to comment.