Skip to content

Commit

Permalink
newer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jan 29, 2025
1 parent 1ed4e26 commit 3294305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appWindows/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ val embed: Configuration by configurations.creating
dependencies {
implementation(project(":appCommon"))

embed(project(":appCommon"))
embed("org.jetbrains.kotlin:kotlin-stdlib:latest.release")
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "8.7.2" apply false
id("com.android.application") version "8.7.3" apply false
id("org.jetbrains.kotlin.jvm") version "latest.release" apply false
id("org.jetbrains.kotlin.android") version "latest.release" apply false
}

0 comments on commit 3294305

Please sign in to comment.