Skip to content

Commit

Permalink
changed kotlin plugin publication coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Aug 14, 2023
1 parent 2a3ca68 commit c1bc415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions implementations/kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("convention.publication")
}

group = "io.polywrap"
group = "io.polywrap.plugins"
version = "0.10.0-SNAPSHOT"

repositories {
Expand Down Expand Up @@ -47,7 +47,7 @@ kotlin {
}

android {
namespace = "io.polywrap.httpPlugin"
namespace = "io.polywrap.plugins.http"
compileSdk = 32
defaultConfig.minSdk = 24
compileOptions {
Expand Down

0 comments on commit c1bc415

Please sign in to comment.