nuhkoca
11/10/2019, 7:50 PMkotlin sourceSets
to my project. Below is not working. I am really stuck on it.
sourceSets {
getByName("main").java.srcDirs("src/main/kotlin")
}
octylFractal
11/10/2019, 7:51 PMnuhkoca
11/10/2019, 7:52 PMoctylFractal
11/10/2019, 7:53 PMnuhkoca
11/10/2019, 7:54 PMplugins {
id(Plugins.androidApplication)
kotlin(Plugins.kotlinAndroid)
kotlin(Plugins.kotlinAndroidExtension)
kotlin(Plugins.kotlinKapt)
}
@octylFractal order is important here?octylFractal
11/10/2019, 7:55 PMnuhkoca
11/10/2019, 7:55 PMjava
octylFractal
11/10/2019, 7:55 PMoctylFractal
11/10/2019, 7:55 PMnuhkoca
11/10/2019, 7:58 PMoctylFractal
11/10/2019, 8:02 PMnuhkoca
11/10/2019, 8:10 PMnrobi
11/11/2019, 7:33 AMnuhkoca
11/11/2019, 6:29 PMsrc
and resources
strings with anything else?