Move Kotlin reflection into a kotlin/reflect directory

The maven coordinates stay the same.
This commit is contained in:
Jesse Wilson
2018-05-14 17:13:19 -04:00
parent a0df085b81
commit 60cb608956
6 changed files with 36 additions and 29 deletions

View File

@@ -21,8 +21,8 @@
<module>moshi</module>
<module>examples</module>
<module>adapters</module>
<module>kotlin</module>
<module>kotlin/codegen</module>
<module>kotlin/reflect</module>
<module>kotlin/tests</module>
</modules>