Skip to content

Commit

Permalink
fix: correct to new Kotlin project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Oct 11, 2023
1 parent b336549 commit 95d271d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ tasks {
val iosX64Test by existing(KotlinNativeSimulatorTest::class) {
filter.excludeTestsMatching("com.liftric.kvault.KVaultTest")
}

val iosSimulatorArm64Test by existing(KotlinNativeSimulatorTest::class) {
filter.excludeTestsMatching("com.liftric.kvault.KVaultTest")
}
withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "11"
Expand Down

0 comments on commit 95d271d

Please sign in to comment.