Skip to content

Commit

Permalink
pkgs/ok_http: remove kotlin source inclusions for android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Anikate-De committed Jun 8, 2024
1 parent f476f4c commit 1b9e1a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/ok_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,12 @@ rootProject.allprojects {
}

apply plugin: "com.android.library"
apply plugin: 'kotlin-android'

android {
if (project.android.hasProperty("namespace")) {
namespace = "com.example.ok_http"
}

kotlinOptions {
jvmTarget = '1.8'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

// Bumping the plugin compileSdk version requires all clients of this plugin
// to bump the version in their app.
compileSdk = 34
Expand Down

0 comments on commit 1b9e1a3

Please sign in to comment.