Skip to content

Commit

Permalink
buildできなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kwmt committed Jan 7, 2024
1 parent 9f017dd commit 7420ffc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
with(target) {
with(pluginManager) {
apply("com.android.library")
apply("org.jetbrains.kotlin.android")
}

extensions.configure<LibraryExtension> {
Expand Down

0 comments on commit 7420ffc

Please sign in to comment.