Let's admit it it's time to move to gradle #3014

This commit is contained in:
rusefillc 2022-11-21 00:56:07 -05:00
parent ed25651db1
commit eaaed91e82
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ plugins {
id 'com.github.johnrengelman.shadow' version '6.1.0'
}
configurations {
// not sure what is this and why but it's huge
all*.exclude group: 'com.ibm.icu', module: 'icu4j'
}
dependencies {
implementation project(':shared_ui')
implementation project(':autotest')