Skip to content

Commit

Permalink
fix: disable android build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Aug 12, 2024
1 parent 1787ee6 commit 7a58f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openid-federation-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackConfig

plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.androidLibrary)
// alias(libs.plugins.androidLibrary)
kotlin("plugin.serialization") version "2.0.0"
}

Expand Down

0 comments on commit 7a58f32

Please sign in to comment.