https://kotlinlang.org logo
Title
k

kingsley

09/27/2018, 9:39 AM
For Android, I think you still need to use the buildscript+classpath approach. Settings.gradle.kts + pluginManagement didn’t really work well for me the last time I tried. Debug builds work fine. But building for release always throws an exception. Something about implicit compile/implementation configuration or stuff along that line
g

gildor

09/27/2018, 9:52 AM
Settings.gradle.kts + pluginManagement didn’t really work well for me the last time I tried
This works perfectly on multiple projects, I hardly can imagine any problems with it
k

kingsley

09/27/2018, 9:55 AM
Unfortunately not for me. I’ll try to give it a spin again, and share the error here