Skip to content

Commit

Permalink
Drop desktop's native kapps library and use kotlinx serialization as …
Browse files Browse the repository at this point in the history
…replacement
  • Loading branch information
kp-juan-docal committed Oct 16, 2023
1 parent 5ac27c2 commit ee5e99e
Show file tree
Hide file tree
Showing 110 changed files with 232 additions and 5,629 deletions.
25 changes: 0 additions & 25 deletions regions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,6 @@ publishing {
}
}

// Disabled as the endpoint serving the kapps library was u
/**
val kappsConfiguration by configurations.creating
dependencies {
kappsConfiguration("pia.appcomponents.mobile:kapps:29467bc5@zip")
}
tasks.register<Copy>("unzipKapps") {
from(zipTree(kappsConfiguration.files))
into(file("${rootDir}/src/androidMain/cpp"))
}
project.tasks.preBuild {
dependsOn("unzipKapps")
}
**/

android {
namespace = "com.kape.regions"

Expand All @@ -51,13 +33,6 @@ android {
isMinifyEnabled = false
}
}

externalNativeBuild {
cmake {
path = file("src/androidMain/cpp/CMakeLists.txt")
version = "3.10.2"
}
}
}

@OptIn(org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi::class)
Expand Down
39 changes: 0 additions & 39 deletions regions/src/androidMain/cpp/CMakeLists.txt

This file was deleted.

292 changes: 0 additions & 292 deletions regions/src/androidMain/cpp/bindings.cpp

This file was deleted.

Loading

0 comments on commit ee5e99e

Please sign in to comment.