This website requires JavaScript.
Explore
Help
Sign In
Funkwhale
/
ultrasonic-app-subsonic-android
Watch
1
Star
0
Fork
0
You've already forked ultrasonic-app-subsonic-android
mirror of
https://github.com/ultrasonic/ultrasonic
synced
2025-01-27 15:49:22 +01:00
Code
Issues
Releases
Wiki
Activity
ultrasonic-app-subsonic-and...
/
core
/
domain
/
build.gradle
8 lines
99 B
Groovy
Raw
Normal View
History
Unescape
Escape
Add common configuration for kotlin modules.
2018-10-06 13:37:12 +02:00
apply
from:
bootstrap
.
kotlinModule
Move domain entities to own module. This allow other modules to depend on them. Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
2018-03-10 18:24:37 +01:00
Improve Jacoco setup.
2018-10-07 20:45:20 +02:00
ext
{
jacocoExclude
=
[
'**/domain/**'
]
}
Reference in New Issue
Copy Permalink