Skip to content

Commit

Permalink
initial commit for url connection library
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Apr 27, 2021
1 parent 25eb3a6 commit dc79570
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ rootProject.name = "asar4j"
include("common")
include("file")
include("writer")
include("url")
8 changes: 8 additions & 0 deletions url/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
plugins {
java
}

dependencies {
implementation(project(":common"))
implementation(project(":file"))
}

0 comments on commit dc79570

Please sign in to comment.