Re-write root and libs to Kotlin DSL

This commit is contained in:
Kenzie Togami
2019-07-10 16:33:21 -07:00
parent eccbad92e8
commit 19802e478c
22 changed files with 366 additions and 298 deletions

View File

@ -1,3 +1,5 @@
PlatformConfigKt.applyPlatformAndCoreConfiguration(project)
PlatformConfigKt.applyShadowConfiguration(project)
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'maven'