Annotation processor Implementation

This commit is contained in:
Gergely Hegedus 2021-07-30 22:36:48 +03:00
parent c1b8d92461
commit edf94325d8
19 changed files with 484 additions and 0 deletions

View file

@ -1,5 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.21"
ext.hilt_version = "2.38.1"
repositories {
google()
mavenCentral()