karczews/android-assets-journalist

Generated classes are not visible in kotlin projects.

karczews opened this issue · 1 comments

version: 0.11.0-SNAPSHOT

Generated classes are not visible in kotlin projects. Compilation fails.
New feature that adds variant support uses http://dcow.io/android-gradle-plugin-docs/com/android/build/gradle/api/BaseVariant.html#registerJavaGeneratingTask(org.gradle.api.Task,%20java.io.File) API to register new sources. For some reason, new sources are not compiled properly - both java and kotlin source files in kotlin project.

quick solution for now - apply assets-journalist plugin before android-kotlin plugin.