Skip to content

Commit

Permalink
Merge branch 'oyj7677' into step2
Browse files Browse the repository at this point in the history
  • Loading branch information
oyj7677 authored Sep 3, 2023
2 parents e0d1e86 + 9e14666 commit 1c2ac73
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion github-data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ dependencies{
kapt ("androidx.room:room-compiler:2.5.2")

testImplementation("io.projectreactor:reactor-test")
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.example.github_data

class GithubData {
}
1 change: 0 additions & 1 deletion github-domain/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id("java-library")
id("org.jetbrains.kotlin.jvm")
id("kotlin-kapt")
}

java {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.example.domain

class GithubDomain {
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include(":app")
rootProject.name = "android-github"
include(":github-data")
include(":github-domain")
include(":github-domain")

0 comments on commit 1c2ac73

Please sign in to comment.