[Editor] Create :api module which provides a common classes for both :game module and user project's Java code developed with :editor

This commit is contained in:
2021-02-26 09:32:57 +01:00
parent ede2441ae4
commit d6177e40cb
7 changed files with 73 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ repositories {
dependencies {
implementation project(":engine")
implementation project(":proto")
implementation project(":api")
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'