[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

14
api/build.gradle Normal file
View File

@@ -0,0 +1,14 @@
plugins {
id 'java-library'
}
group 'com.bartlomiejpluta.base'
version 'unspecified'
repositories {
mavenCentral()
}
dependencies {
}