snowe
01/31/2019, 8:23 PMxenoterracide
01/31/2019, 8:29 PMapi() is the equivalentsnowe
01/31/2019, 8:30 PMsnowe
01/31/2019, 8:30 PMjava-library as a plugin???serebit
01/31/2019, 8:36 PMkotlin-dsl to your pluginssnowe
01/31/2019, 8:39 PMcompile to implementation everything starts to fail, because implementation doesn’t resolve transitively.snowe
01/31/2019, 8:39 PMimplementation declarations to everything or api just to the common modules.snowe
01/31/2019, 8:39 PMapi doesn’t resolve unless I add java-library as I just discovered.snowe
01/31/2019, 8:40 PMsnowe
01/31/2019, 8:40 PMserebit
01/31/2019, 8:44 PMsnowe
01/31/2019, 8:46 PMjava-library resolved my issue.octylFractal
01/31/2019, 11:28 PMjava-library is what you want for thatoctylFractal
01/31/2019, 11:29 PMsnowe
01/31/2019, 11:34 PMsnowe
01/31/2019, 11:35 PMoctylFractal
01/31/2019, 11:38 PMsnowe
01/31/2019, 11:38 PMjlleitschuh
02/01/2019, 8:56 PMkotlin-dsl plugin. The kotlin-dls plugin is for developing Gradle plugins using the kotlin-dsl.snowe
02/01/2019, 9:46 PM