Package fluxo.conf.kmp
Interface SourceSetBundle
-
- All Implemented Interfaces:
public interface SourceSetBundle
-
-
Method Summary
Modifier and Type Method Description abstract KotlinSourceSetgetMain()abstract KotlinSourceSetgetTest()Array<KotlinSourceSet>getMoreTests()-
-
Method Detail
-
getMain
abstract KotlinSourceSet getMain()
-
getTest
abstract KotlinSourceSet getTest()
-
getMoreTests
Array<KotlinSourceSet> getMoreTests()
-
-
-
-